From 64a4e9a94ce78d7791df884583580754bc0704d2 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Wed, 1 Sep 2010 05:19:06 +0000 Subject: Attempt to fix buildbot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112697 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/asm-reg-var-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3