summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/byval6.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/byval6.ll')
-rw-r--r--llvm/test/CodeGen/X86/byval6.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/byval6.ll b/llvm/test/CodeGen/X86/byval6.ll
index b060369a182..2d3990167f2 100644
--- a/llvm/test/CodeGen/X86/byval6.ll
+++ b/llvm/test/CodeGen/X86/byval6.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | grep add | not grep 16
+; RUN: llc < %s -mcpu=generic -march=x86 | grep add | not grep 16
%struct.W = type { x86_fp80, x86_fp80 }
@B = global %struct.W { x86_fp80 0xK4001A000000000000000, x86_fp80 0xK4001C000000000000000 }, align 32
OpenPOWER on IntegriCloud