New testcase crashing the instruction combiner
[oota-llvm.git] / test / Transforms / InstCombine / getelementptr.ll
index 011554cffd7e1d06d8d85fbd2d30c8b01d0374c0..4c8bbd286b43b100c9a7c7e679d80a02fea0733d 100644 (file)
@@ -1,6 +1,6 @@
 ; The %A getelementptr instruction should be eliminated here
 
-; RUN: as < %s | opt -instcombine -die | dis | grep getelementptr | grep-not '%A '
+; RUN: llvm-as < %s | opt -instcombine -die | llvm-dis | grep getelementptr | not grep '%A '
 
 %Global = constant [10 x sbyte] c"helloworld"