summaryrefslogtreecommitdiff
path: root/test/FrontendC/asm-reg-var-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/asm-reg-var-local.c')
-rw-r--r--test/FrontendC/asm-reg-var-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/asm-reg-var-local.c b/test/FrontendC/asm-reg-var-local.c
index c3b6c4b1b5..3a93c11fb3 100644
--- a/test/FrontendC/asm-reg-var-local.c
+++ b/test/FrontendC/asm-reg-var-local.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc %s -m64 -S -o - | FileCheck %s
// Exercise various use cases for local asm "register variables".
// XFAIL: *
-// XTARGET: x86_64
+// XTARGET: x86_64,i686,i386
int foo() {
// CHECK: %a = alloca i32