diff options
Diffstat (limited to 'test/Transforms/InstCombine/2006-12-10-ICmp-GEP-GEP.ll')
-rw-r--r-- | test/Transforms/InstCombine/2006-12-10-ICmp-GEP-GEP.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2006-12-10-ICmp-GEP-GEP.ll b/test/Transforms/InstCombine/2006-12-10-ICmp-GEP-GEP.ll index e5ac37b950..80ff0cfc58 100644 --- a/test/Transforms/InstCombine/2006-12-10-ICmp-GEP-GEP.ll +++ b/test/Transforms/InstCombine/2006-12-10-ICmp-GEP-GEP.ll @@ -1,5 +1,6 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \ -; RUN: grep -v 'icmp ult int' +; RUN: grep -v {icmp ult int} +; END. ; ModuleID = 'good.bc' target datalayout = "e-p:32:32" target endian = little |