Change the name of the field BindTable to bindtable to not over lap the type.
[oota-llvm.git] / test / Verifier / 2006-07-11-StoreStruct.ll
index 655e4b748ef5e48d1930205eae95a3f9ff05b38b..70aea8779bf1d89714a3c49fe46e47b63326c06d 100644 (file)
@@ -1,5 +1,9 @@
-; RUN: not llvm-as < %s |& grep {Instruction operands must be first-class}
-; PR826
+; 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.
 
         %struct_4 = type { i32 }