From 2a4bea52626f43600234dd3032c3207167ee5758 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 12 Oct 2009 08:51:28 +0000 Subject: FileCheck not CheckFile, oops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83834 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/call.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/call.ll') 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 -- cgit v1.2.3