mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Test for llvm-gcc patch 78762.
llvm-svn: 78763
This commit is contained in:
parent
00d605d359
commit
08b031649f
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…
Reference in New Issue
Block a user