diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-01-22 20:57:10 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-01-22 20:57:10 +0000 |
commit | bd00bdb4f70d280bfffe785561bd368a7b6e9f27 (patch) | |
tree | 77cae6dc27b8a97499c4b4dd114ccb369d19f3d4 /test/Parser/ms-inline-asm.c | |
parent | 80d38eb7f25cd0fe2483a52ab225fa7331615f18 (diff) |
Second attempt to fix ppc bots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/ms-inline-asm.c')
-rw-r--r-- | test/Parser/ms-inline-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/ms-inline-asm.c b/test/Parser/ms-inline-asm.c index 11d56b6998..321cb6d644 100644 --- a/test/Parser/ms-inline-asm.c +++ b/test/Parser/ms-inline-asm.c @@ -1,4 +1,4 @@ -// REQUIRES: x86-64-registered-target +// REQUIRES: x86-registered-target // RUN: %clang_cc1 %s -verify -fasm-blocks #define M __asm int 0x2c |