summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/call.ll
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-12 08:51:28 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-12 08:51:28 +0000
commit2a4bea52626f43600234dd3032c3207167ee5758 (patch)
tree0e1d54c4159edf07d7a98896426e31c215993765 /test/Transforms/InstCombine/call.ll
parent5464547c02ef34cdfa942b8993997415460cfb90 (diff)
downloadllvm-2a4bea52626f43600234dd3032c3207167ee5758.tar.gz
llvm-2a4bea52626f43600234dd3032c3207167ee5758.tar.bz2
llvm-2a4bea52626f43600234dd3032c3207167ee5758.tar.xz
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/Transforms/InstCombine/call.ll')
-rw-r--r--test/Transforms/InstCombine/call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/call.ll b/test/Transforms/InstCombine/call.ll
index 8d23b70e05..99ec5a588c 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