blob: 3ac4cf5964c3b308d11fa0c653234315418a1d00 [file] [log] [blame]
Devang Patel07538ad2010-07-15 18:45:27 +00001; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s -o /dev/null
2; PR7653
3
4@__FUNCTION__.1623 = external constant [4 x i8] ; <[4 x i8]*> [#uses=1]
5
6define void @foo() nounwind {
7entry:
8 tail call void asm sideeffect "", "s,i,~{fpsr},~{flags}"(i8* getelementptr
9inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0), i8* getelementptr
10inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0)) nounwind
11 ret void
12}