diff --git a/llvm/test/CodeGen/X86/pr142937.ll b/llvm/test/CodeGen/X86/pr142937.ll index 8001da4efcc6..675bb9ea5218 100644 --- a/llvm/test/CodeGen/X86/pr142937.ll +++ b/llvm/test/CodeGen/X86/pr142937.ll @@ -1,6 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5 -; RUN: not llc %s -mtriple=i686-- -O0 2>&1 | FileCheck %s -; RUN: not llc %s -mtriple=x86_64-- -O0 2>&1 | FileCheck %s +; RUN: not llc %s -mtriple=i686-- -O0 -filetype=null 2>&1 | FileCheck %s +; RUN: not llc %s -mtriple=x86_64-- -O0 -filetype=null 2>&1 | FileCheck %s ; CHECK: must be lowered by the LowerTypeTests pass