Testcase for PR1029, patch by Rafael \81vila de Espíndola
[oota-llvm.git] / test / CodeGen / X86 / x86-64-asm.ll
1 ; RUN: llvm-as < %s | llc
2 ; PR1029
3
4 target datalayout = "e-p:64:64"
5 target endian = little
6 target pointersize = 64
7 target triple = "x86_64-unknown-linux-gnu"
8
9 implementation   ; Functions:
10
11 void %frame_dummy() {
12 entry:
13         %tmp1 = tail call void (sbyte*)* (void (sbyte*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (sbyte*)* null )            ; <void (sbyte*)*> [#uses=0]
14         ret void
15 }