summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-03-09 01:37:39 +0000
committerBill Wendling <isanbard@gmail.com>2011-03-09 01:37:39 +0000
commit92ad5175fa3063a8d5f8c5b0ee57d73f332d4025 (patch)
treed3dcf491465f992dada587d3dbe9395b1af19511 /test
parentc6b018b7379f4e1bcc4166a07b17d08180ed776d (diff)
downloadllvm-92ad5175fa3063a8d5f8c5b0ee57d73f332d4025.tar.gz
llvm-92ad5175fa3063a8d5f8c5b0ee57d73f332d4025.tar.bz2
llvm-92ad5175fa3063a8d5f8c5b0ee57d73f332d4025.tar.xz
Build bots hate me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC/mmx-inline-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/mmx-inline-asm.c b/test/FrontendC/mmx-inline-asm.c
index 62577d3d9f..b66137c3c2 100644
--- a/test/FrontendC/mmx-inline-asm.c
+++ b/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>