mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 09:25:07 +00:00
Test for llvm-gcc patch 78762.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dbd3c0e06d
commit
428473bf21
10
test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c
Normal file
10
test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c
Normal file
@ -0,0 +1,10 @@
|
||||
// RUN: %llvmgcc %s -fasm-blocks -S -o - | grep {\\\*1192}
|
||||
// Complicated expression as jump target
|
||||
// XFAIL: *
|
||||
// XTARGET: darwin
|
||||
|
||||
asm void Method3()
|
||||
{
|
||||
mov eax,[esp+4]
|
||||
jmp [eax+(299-1)*4]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user