aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IndVarSimplify/shrunk-constant.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
commit3073329c532aab96b58a322f2ac8bf93abefc60e (patch)
treec8d758f9f4fdbfcc9bcecc50ce32af5e8ead35e7 /test/Transforms/IndVarSimplify/shrunk-constant.ll
parent7a523dde57cc4364ec314b34c3b429a99935b275 (diff)
downloadexternal_llvm-3073329c532aab96b58a322f2ac8bf93abefc60e.zip
external_llvm-3073329c532aab96b58a322f2ac8bf93abefc60e.tar.gz
external_llvm-3073329c532aab96b58a322f2ac8bf93abefc60e.tar.bz2
Use WriteAsOperand instead of getName() to print loop header names,
so that unnamed blocks are handled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify/shrunk-constant.ll')
-rw-r--r--test/Transforms/IndVarSimplify/shrunk-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/shrunk-constant.ll b/test/Transforms/IndVarSimplify/shrunk-constant.ll
index 623c528..8003fd3 100644
--- a/test/Transforms/IndVarSimplify/shrunk-constant.ll
+++ b/test/Transforms/IndVarSimplify/shrunk-constant.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -scalar-evolution -analyze -disable-output \
-; RUN: | grep {\\--> (zext i4 {-7,+,-8}<loop> to i32)}
+; RUN: | grep {\\--> (zext i4 {-7,+,-8}<%loop> to i32)}
define fastcc void @foo() nounwind {
entry: