1
0
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:
Dale Johannesen 2009-08-12 01:14:30 +00:00
parent 00d605d359
commit 08b031649f

View 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]
}