diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-12 08:51:28 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-12 08:51:28 +0000 |
commit | 2a4bea52626f43600234dd3032c3207167ee5758 (patch) | |
tree | 0e1d54c4159edf07d7a98896426e31c215993765 /test | |
parent | 5464547c02ef34cdfa942b8993997415460cfb90 (diff) | |
download | external_llvm-2a4bea52626f43600234dd3032c3207167ee5758.zip external_llvm-2a4bea52626f43600234dd3032c3207167ee5758.tar.gz external_llvm-2a4bea52626f43600234dd3032c3207167ee5758.tar.bz2 |
FileCheck not CheckFile, oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/InstCombine/call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/call.ll b/test/Transforms/InstCombine/call.ll index 8d23b70..99ec5a5 100644 --- a/test/Transforms/InstCombine/call.ll +++ b/test/Transforms/InstCombine/call.ll @@ -1,5 +1,5 @@ ; Ignore stderr, we expect warnings there -; RUN: opt < %s -instcombine 2> /dev/null -S | CheckFile %s +; RUN: opt < %s -instcombine 2> /dev/null -S | FileCheck %s ; Simple case, argument translatable without changing the value |