diff options
Diffstat (limited to 'test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll')
| -rw-r--r-- | test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll b/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll index a55c77bd22661..790bc1f329f1e 100644 --- a/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll +++ b/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 -mcpu=i686 -mattr=+mmx < %s | FileCheck %s +; RUN: llc -mtriple=i686-- -mcpu=i686 -mattr=+mmx < %s | FileCheck %s ; <rdar://problem/10106006> define void @func() nounwind ssp { |
