Allow x86 mov instructions to/from memory with absolute address to be encoded and...
[oota-llvm.git] / test / Other / 2003-02-19-LoopInfoNestingBug.ll
index 13f835163758f74792d87018571c016a48ee8497..b807c4440008c57df199540e52d28eb0a3935f00 100644 (file)
@@ -3,7 +3,7 @@
 ; and instead nests it just inside loop "Top"
 ;
 ; RUN: opt < %s -analyze -loops | \
-; RUN:   grep {     Loop at depth 3 containing: %Inner<header><latch><exiting>}
+; RUN:   grep "     Loop at depth 3 containing: %Inner<header><latch><exiting>"
 ;
 define void @test() {
         br label %Top