Files
archived-llvm-mirror/test/Regression/Transforms/ADCE/unreachable-function.ll
Chris Lattner 215d4c9d22 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
}