forked from OSchip/llvm-project
parent
f042eadd1e
commit
419a5b98ec
|
@ -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