repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git]
/
test
/
CodeGen
/
Hexagon
/
sdata-opaque-type.ll
blob
d26bbc06296d8d204549b668a6f378bdb54e6509
1
; RUN: llc -march=hexagon -O2 < %s
2
; REQUIRES: asserts
3
; This should compile cleanly.
4
5
target triple = "hexagon"
6
7
%s.0 = type opaque
8
9
@g0 = external global %s.0
10
11
; Function Attrs: nounwind
12
define %s.0* @f0() #0 {
13
b0:
14
ret %s.0* @g0
15
}
16
17
attributes #0 = { nounwind }