X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2F2006-07-11-StoreStruct.ll;h=70aea8779bf1d89714a3c49fe46e47b63326c06d;hb=2dacece9e2c9db49f31a1e1432604f0411018290;hp=655e4b748ef5e48d1930205eae95a3f9ff05b38b;hpb=3f63785cc6a89e251855a8dad4fa7b1f2ea189cd;p=oota-llvm.git diff --git a/test/Verifier/2006-07-11-StoreStruct.ll b/test/Verifier/2006-07-11-StoreStruct.ll index 655e4b748ef..70aea8779bf 100644 --- a/test/Verifier/2006-07-11-StoreStruct.ll +++ b/test/Verifier/2006-07-11-StoreStruct.ll @@ -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 }