diff --git a/test/Transforms/InstCombine/call.ll b/test/Transforms/InstCombine/call.ll index 8d23b70e05e..99ec5a588ca 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