Skip to content

Commit 442d5f5

Browse files
committed
Merge 80596 from mainline.
Mark test as passing on all x86, which it should, although I don't think anyone cares about this feature except Darwin. PR 4825. llvm-svn: 84985
1 parent e627096 commit 442d5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %llvmgcc %s -fasm-blocks -S -o - | grep {\\\*1192}
22
// Complicated expression as jump target
33
// XFAIL: *
4-
// XTARGET: darwin
4+
// XTARGET: x86,i386,i686
55

66
asm void Method3()
77
{

0 commit comments

Comments
 (0)