summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/i128-mul.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/i128-mul.ll')
-rw-r--r--test/CodeGen/X86/i128-mul.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/i128-mul.ll b/test/CodeGen/X86/i128-mul.ll
index c0b85dfd21..8cfda85ce4 100644
--- a/test/CodeGen/X86/i128-mul.ll
+++ b/test/CodeGen/X86/i128-mul.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s
; PR1198
define i64 @foo(i64 %x, i64 %y) {