X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2F2006-07-11-StoreStruct.ll;h=80ab122d0b7dbaa7c04ff0e91067e8175ab48ed3;hb=3a96122c4ae4e7727ba976a9f658626c18997689;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..80ab122d0b7 100644 --- a/test/Verifier/2006-07-11-StoreStruct.ll +++ b/test/Verifier/2006-07-11-StoreStruct.ll @@ -1,5 +1,7 @@ -; RUN: not llvm-as < %s |& grep {Instruction operands must be first-class} -; PR826 +; RUN: llvm-as < %s |& not grep {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 }