diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2017-02-08 08:04:02 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2017-02-08 08:04:02 +0000 |
| commit | 102fa92b4e825275b569d1636c2d24d6270ff4e2 (patch) | |
| tree | 3d194b6ab40d7d1b5c196aacd691e419fb89e68e /llvm/test | |
| parent | 9e44e0895330c41354da6c1be9f0c8e0a5e2b7b1 (diff) | |
| download | bcm5719-llvm-102fa92b4e825275b569d1636c2d24d6270ff4e2.tar.gz bcm5719-llvm-102fa92b4e825275b569d1636c2d24d6270ff4e2.zip | |
[ArgPromote] Actually add FileCheck to a test that I actually updated to
have nice CHECK patterns instead of relying on a coarse 'not grep'
check. Sorry that I missed this the first time through.
llvm-svn: 294422
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Transforms/ArgumentPromotion/control-flow.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/ArgumentPromotion/control-flow.ll b/llvm/test/Transforms/ArgumentPromotion/control-flow.ll index 1aa675059dd..d26da10baa5 100644 --- a/llvm/test/Transforms/ArgumentPromotion/control-flow.ll +++ b/llvm/test/Transforms/ArgumentPromotion/control-flow.ll @@ -1,5 +1,4 @@ -; RUN: opt < %s -argpromotion -S | \ -; RUN: not grep "load i32* null" +; RUN: opt < %s -argpromotion -S | FileCheck %s ; Don't promote around control flow. define internal i32 @callee(i1 %C, i32* %P) { |

