blob: 2e35e3953f7e90666f72acf449997c960a26c9eb [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -march=arm
Rafael Espindola96fd6442006-12-05 17:37:31 +00002
Tanya Lattnerf697c032008-02-17 20:02:20 +00003define void @frame_dummy() {
Rafael Espindola96fd6442006-12-05 17:37:31 +00004entry:
Tanya Lattnerf697c032008-02-17 20:02:20 +00005 %tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
6 ret void
Rafael Espindola96fd6442006-12-05 17:37:31 +00007}