summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/sext-inreg.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-09 18:17:45 +0000
committerDan Gohman <gohman@apple.com>2010-01-09 18:17:45 +0000
commitbc694918cc74246ce0a52c53ec08f3f3de62f210 (patch)
treef9eb99d93613b4adf377bea4a7ed6e6951f04f97 /llvm/test/Analysis/ScalarEvolution/sext-inreg.ll
parent2d6fda32051512a39c4d842aacc6c37f464643b0 (diff)
downloadbcm5719-llvm-bc694918cc74246ce0a52c53ec08f3f3de62f210.tar.gz
bcm5719-llvm-bc694918cc74246ce0a52c53ec08f3f3de62f210.zip
Use WriteAsOperand instead of getName() to print loop header names,
so that unnamed blocks are handled. llvm-svn: 93059
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/sext-inreg.ll')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/sext-inreg.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/sext-inreg.ll b/llvm/test/Analysis/ScalarEvolution/sext-inreg.ll
index 16128354aeb..4487822541c 100644
--- a/llvm/test/Analysis/ScalarEvolution/sext-inreg.ll
+++ b/llvm/test/Analysis/ScalarEvolution/sext-inreg.ll
@@ -1,6 +1,6 @@
; RUN: opt < %s -analyze -scalar-evolution -disable-output > %t
-; RUN: grep {sext i57 \{0,+,199\}<bb> to i64} %t | count 1
-; RUN: grep {sext i59 \{0,+,199\}<bb> to i64} %t | count 1
+; RUN: grep {sext i57 \{0,+,199\}<%bb> to i64} %t | count 1
+; RUN: grep {sext i59 \{0,+,199\}<%bb> to i64} %t | count 1
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i386-apple-darwin9.6"
OpenPOWER on IntegriCloud