diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-11 16:47:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-11 16:47:41 +0000 |
commit | c3ad76ad92f6abf6d251e1dfa240c64c19e5bf90 (patch) | |
tree | b5c1f0b9fb88f3363da272b5dc9adbefeceff754 /test | |
parent | 099640405eda144320bed8acb8db97153779100a (diff) | |
download | external_llvm-c3ad76ad92f6abf6d251e1dfa240c64c19e5bf90.zip external_llvm-c3ad76ad92f6abf6d251e1dfa240c64c19e5bf90.tar.gz external_llvm-c3ad76ad92f6abf6d251e1dfa240c64c19e5bf90.tar.bz2 |
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.ll | 2 |
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 5360de4..50cdeed 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] |