Files
clang-p2996/llvm/test/Regression/Transforms/ADCE/unreachable-function.ll
Chris Lattner 61011accfd New testcase that ADCE shouldn't crash on
llvm-svn: 17105
2004-10-17 23:44:02 +00:00

6 lines
79 B
LLVM

; RUN: llvm-as < %s | opt -adce -disable-output
void %test() {
unreachable
}