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
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
darwin-quote.ll
blob
8fddc118f61ec599111b83d8912df16365ba1698
1
; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s
2
3
4
define internal i64 @baz() nounwind {
5
%tmp = load i64* @"+x"
6
ret i64 %tmp
7
; CHECK: _baz:
8
; CHECK: movl "L_+x$non_lazy_ptr", %ecx
9
}
10
11
12
@"+x" = external global i64
13
14
; CHECK: "L_+x$non_lazy_ptr":
15
; CHECK: .indirect_symbol "_+x"