diff options
Diffstat (limited to 'llvm/test/Transforms/GlobalOpt/storepointer-compare.ll')
-rw-r--r-- | llvm/test/Transforms/GlobalOpt/storepointer-compare.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Transforms/GlobalOpt/storepointer-compare.ll b/llvm/test/Transforms/GlobalOpt/storepointer-compare.ll index bcf7cafd831..969443569c2 100644 --- a/llvm/test/Transforms/GlobalOpt/storepointer-compare.ll +++ b/llvm/test/Transforms/GlobalOpt/storepointer-compare.ll @@ -1,5 +1,5 @@ -; RUN: opt < %s -globalopt -S | \ -; RUN: grep "call void @Actual" +; RUN: opt < %s -globalopt -S | FileCheck %s +; CHECK: call void @Actual ; Check that a comparison does not prevent an indirect call from being made ; direct. The global will still remain, but indirect call elim is still good. @@ -27,4 +27,3 @@ DoCall: ; preds = %0 isNull: ; preds = %0 ret void } - |