repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing newline to debug statement.
[llvm.git]
/
test
/
CodeGen
/
X86
/
x86-64-asm.ll
blob
2640e593ec185c3583136ac959c407232a5f944e
1
; RUN: llc < %s
2
; PR1029
3
4
target datalayout = "e-p:64:64"
5
target triple = "x86_64-unknown-linux-gnu"
6
7
define void @frame_dummy() {
8
entry:
9
%tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
10
ret void
11
}
12