diff options
-rw-r--r-- | llvm/test/FrontendC/mmx-inline-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/mmx-inline-asm.c b/llvm/test/FrontendC/mmx-inline-asm.c index 62577d3d9f4..b66137c3c22 100644 --- a/llvm/test/FrontendC/mmx-inline-asm.c +++ b/llvm/test/FrontendC/mmx-inline-asm.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S -o - %s | FileCheck %s +// RUN: %llvmgcc -mmmx -S -o - %s | FileCheck %s // XFAIL: * // XTARGET: x86,i386,i686 // <rdar://problem/9091220> |