diff options
author | Tanya Lattner <tonic@nondot.org> | 2009-10-24 01:52:47 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2009-10-24 01:52:47 +0000 |
commit | 0ef4085eddd2d78372fcf0994560f21525ec4550 (patch) | |
tree | d43a0e3b5893fc5d0d3be27ee9ad292051d8ed3c | |
parent | 850c8b66e2c3f4d6a72b91e7230184e867bf37a7 (diff) |
Merge 80596 from mainline.release_26
Mark test as passing on all x86, which it should,
although I don't think anyone cares about this
feature except Darwin. PR 4825.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@84985 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c b/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c index 1a801f9703..e141c9a16c 100644 --- a/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c +++ b/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc %s -fasm-blocks -S -o - | grep {\\\*1192} // Complicated expression as jump target // XFAIL: * -// XTARGET: darwin +// XTARGET: x86,i386,i686 asm void Method3() { |