diff options
| -rw-r--r-- | clang/test/CodeGen/2004-03-16-AsmRegisterCrash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2004-03-16-AsmRegisterCrash.c b/clang/test/CodeGen/2004-03-16-AsmRegisterCrash.c index 13bafd0317a..515d2436b1a 100644 --- a/clang/test/CodeGen/2004-03-16-AsmRegisterCrash.c +++ b/clang/test/CodeGen/2004-03-16-AsmRegisterCrash.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -emit-llvm %s -o /dev/null // XFAIL: * -// XTARGET: arm, x86, x86_64 +// XTARGET: arm, i386, i686, x86_64 int foo() { #ifdef __arm__ |

