Remove unused field in DISubprogram
[oota-llvm.git] / test / Transforms / InstCombine / 2008-08-05-And.ll
index 4886e364a8c1284ba541493fb9a6835bd17800b3..9773c2d76249f512be9a061d341d89a608878a0c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim -march=x86 | not grep orb
+; RUN: opt < %s -instcombine -S | not grep or
 ; PR2629
 
 define void @f(i8* %x) nounwind  {