Use WriteAsOperand instead of getName() to print loop header names,
[oota-llvm.git] / test / Analysis / ScalarEvolution / sext-iv-0.ll
index 8f887c4a57eba119f21f3b209253a53c378fbc8d..05983c1ad0b39eb1ddf43f5d0f1ee9d52b96e68e 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -disable-output -scalar-evolution -analyze \
-; RUN:  | grep { -->  \{-128,+,1\}<bb1>                Exits: 127} | count 5
+; RUN:  | grep { -->  \{-128,+,1\}<%bb1>               Exits: 127} | count 5
 
 ; Convert (sext {-128,+,1}) to {sext(-128),+,sext(1)}, since the
 ; trip count is within range where this is safe.