summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-11 16:47:41 +0000
committerChris Lattner <sabre@nondot.org>2009-09-11 16:47:41 +0000
commita5ef57df7cb837d041ef7ca6dc34afa740d775b1 (patch)
treeb5c1f0b9fb88f3363da272b5dc9adbefeceff754 /test
parent892e44a07c2422dedff9c5f0532286e677a64842 (diff)
downloadllvm-a5ef57df7cb837d041ef7ca6dc34afa740d775b1.tar.gz
llvm-a5ef57df7cb837d041ef7ca6dc34afa740d775b1.tar.bz2
llvm-a5ef57df7cb837d041ef7ca6dc34afa740d775b1.tar.xz
fix test to not get a moduleid that matches 'br'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll b/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
index 5360de47f2..50cdeedd69 100644
--- a/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
+++ b/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -simplifycfg -S | not grep br
+; RUN: opt < %s -instcombine -simplifycfg -S | not grep br
@.str_1 = internal constant [6 x i8] c"_Bool\00" ; <[6 x i8]*> [#uses=2]