[llvm-commits] [llvm] r83834 -	/llvm/trunk/test/Transforms/InstCombine/call.ll
    Edward O'Callaghan 
    eocallaghan at auroraux.org
       
    Mon Oct 12 01:51:28 PDT 2009
    
    
  
Author: evocallaghan
Date: Mon Oct 12 03:51:28 2009
New Revision: 83834
URL: http://llvm.org/viewvc/llvm-project?rev=83834&view=rev
Log:
FileCheck not CheckFile, oops.
Modified:
    llvm/trunk/test/Transforms/InstCombine/call.ll
Modified: llvm/trunk/test/Transforms/InstCombine/call.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/call.ll?rev=83834&r1=83833&r2=83834&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/call.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/call.ll Mon Oct 12 03:51:28 2009
@@ -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
    
    
More information about the llvm-commits
mailing list