diff options
-rw-r--r-- | test/CodeGen/X86/pr14088.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr14088.ll b/test/CodeGen/X86/pr14088.ll index e55c630441..bd08f2c106 100644 --- a/test/CodeGen/X86/pr14088.ll +++ b/test/CodeGen/X86/pr14088.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple x86_64-linux %s -o - | FileCheck %s +; RUN: llc -mtriple x86_64-linux -mcpu core %s -o - | FileCheck %s define i32 @f(i1 %foo, i16* %tm_year2, i8* %bar, i16 %zed, i32 %zed2) { entry: br i1 %foo, label %return, label %if.end |