summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/BasicAA/gcsetest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/BasicAA/gcsetest.ll')
-rw-r--r--llvm/test/Regression/Transforms/BasicAA/gcsetest.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/Regression/Transforms/BasicAA/gcsetest.ll b/llvm/test/Regression/Transforms/BasicAA/gcsetest.ll
index 67556639470..4287e7d2782 100644
--- a/llvm/test/Regression/Transforms/BasicAA/gcsetest.ll
+++ b/llvm/test/Regression/Transforms/BasicAA/gcsetest.ll
@@ -2,10 +2,7 @@
; disambiguating some obvious cases. All loads should be removable in
; this testcase.
-; RUN: if as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | dis | grep load
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -basicaa -load-vn -gcse -instcombine -dce | dis | not grep load
%A = global int 7
%B = global int 8
OpenPOWER on IntegriCloud