repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
2006-07-10-InlineAsmAConstraint.ll
blob
4ea364d57e515a16d16e463325f9f1ce8635b271
1
; RUN: llc < %s -march=x86
2
; PR825
3
4
define i64 @test() {
5
%tmp.i5 = call i64 asm sideeffect "rdtsc", "=A,~{dirflag},~{fpsr},~{flags}"( ) ; <i64> [#uses=1]
6
ret i64 %tmp.i5
7
}
8