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 f042eadd1e
commit 419a5b98ec
1 changed files with 10 additions and 0 deletions

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