X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fpacked_struct.ll;h=4d4ace9534d6bd303cd74c3983c23e0133a10218;hb=9e6d1d1f5034347d237941f1bf08fba5c1583cd3;hp=b6934d4210acf3b7408f24d3c8dbb439966edfc6;hpb=5373b721c0c76c54f948b9097ba7f4737dbab730;p=oota-llvm.git diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll old mode 100755 new mode 100644 index b6934d4210a..4d4ace9534d --- a/test/Feature/packed_struct.ll +++ b/test/Feature/packed_struct.ll @@ -1,8 +1,9 @@ ; RUN: llvm-as < %s | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll -; RUN: diff %t1.ll %t2.ll && -; RUN: not grep cast %t2.ll && -; RUN: grep "<{" %t2.ll +; RUN: diff %t1.ll %t2.ll +; RUN: not grep cast %t2.ll +; RUN: grep {\\}>} %t2.ll +; END. %struct.anon = type <{ i8, i32, i32, i32 }> @foos = external global %struct.anon