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 | 8720e8c8f3bbea99edffa86c90195cbf8cd9c6be (patch) | |
| tree | 1c1289440c8cc99992c677bfe20bbb7560dfcf63 /llvm/test | |
| parent | 6d016086621c43ed9594ef77715df9c4e998735f (diff) | |
| download | bcm5719-llvm-8720e8c8f3bbea99edffa86c90195cbf8cd9c6be.tar.gz bcm5719-llvm-8720e8c8f3bbea99edffa86c90195cbf8cd9c6be.zip | |
FileCheck not CheckFile, oops.
llvm-svn: 83834
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/call.ll b/llvm/test/Transforms/InstCombine/call.ll index 8d23b70e05e..99ec5a588ca 100644 --- a/llvm/test/Transforms/InstCombine/call.ll +++ b/llvm/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 |

