From: Chris Lattner Date: Fri, 11 Sep 2009 16:47:41 +0000 (+0000) Subject: fix test to not get a moduleid that matches 'br' X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a5ef57df7cb837d041ef7ca6dc34afa740d775b1;p=oota-llvm.git 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 --- diff --git a/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll b/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll index 5360de47f2b..50cdeedd695 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]