blob: 2640e593ec185c3583136ac959c407232a5f944e [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002; PR1029
3
4target datalayout = "e-p:64:64"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005target triple = "x86_64-unknown-linux-gnu"
6
Tanya Lattner632e88a2008-02-21 07:42:26 +00007define void @frame_dummy() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008entry:
Tanya Lattner632e88a2008-02-21 07:42:26 +00009 %tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
10 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000011}
Tanya Lattner632e88a2008-02-21 07:42:26 +000012