summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-09-01 05:19:06 +0000
committerDale Johannesen <dalej@apple.com>2010-09-01 05:19:06 +0000
commit64a4e9a94ce78d7791df884583580754bc0704d2 (patch)
tree1d1aea92edc27ba67ab64fcf780e9e1a41dd3de3 /test
parent91abace4ef6fdfe01bcebfb8e90938e71f8a5c4f (diff)
downloadllvm-64a4e9a94ce78d7791df884583580754bc0704d2.tar.gz
llvm-64a4e9a94ce78d7791df884583580754bc0704d2.tar.bz2
llvm-64a4e9a94ce78d7791df884583580754bc0704d2.tar.xz
Attempt to fix buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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