fix PR4815: some cases where DeleteDeadInstruction can delete
[oota-llvm.git] / test / FrontendC++ / 2009-07-15-LineNumbers.cpp
index c02fe0fa3f3f1d25da9b138b1c7ead320e89dcc6..54624a36666e91f32f381e9f10d7dbb6eb98fc0d 100644 (file)
@@ -1,7 +1,8 @@
 // This is a regression test on debug info to make sure that we can
 // print line numbers in asm.
 // RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN:    llc --disable-fp-elim -f -O0 -relocation-model=pic | grep {# SrcLine 25}
+// RUN:    llc --disable-fp-elim -O0 -relocation-model=pic | grep {# SrcLine 25}
+// XFAIL: *
 
 #include <stdlib.h>