diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-03-09 01:37:39 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-03-09 01:37:39 +0000 |
commit | 92ad5175fa3063a8d5f8c5b0ee57d73f332d4025 (patch) | |
tree | d3dcf491465f992dada587d3dbe9395b1af19511 /test/FrontendC/mmx-inline-asm.c | |
parent | c6b018b7379f4e1bcc4166a07b17d08180ed776d (diff) |
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/FrontendC/mmx-inline-asm.c')
-rw-r--r-- | test/FrontendC/mmx-inline-asm.c | 2 |
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> |