[SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).
[oota-llvm.git] / test / Verifier / 2006-07-11-StoreStruct.ll
index 65b229d1ca9df1550b26717a066f2d7ca501e317..70aea8779bf1d89714a3c49fe46e47b63326c06d 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s 2>&1 | not grep "Instruction operands must be first-class"
+; RUN: llvm-as < %s 2>&1 | FileCheck %s 
+
+; CHECK-NOT: Instruction operands must be first-class
 
 ; This previously was for PR826, but structs are now first-class so
 ; the following is now valid.