view test/CodeGen/X86/2010-07-15-Crash.ll @ 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children afa8332a0e37
line wrap: on
line source

; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s -o /dev/null
; PR7653

@__FUNCTION__.1623 = external constant [4 x i8]   ; <[4 x i8]*> [#uses=1]

define void @foo() nounwind {
entry:
  tail call void asm sideeffect "", "s,i,~{fpsr},~{flags}"(i8* getelementptr
inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0), i8* getelementptr
inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0)) nounwind
  ret void
}