Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / CodeGen / Hexagon / sdata-opaque-type.ll
blobd26bbc06296d8d204549b668a6f378bdb54e6509
1 ; RUN: llc -march=hexagon -O2 < %s
2 ; REQUIRES: asserts
3 ; This should compile cleanly.
5 target triple = "hexagon"
7 %s.0 = type opaque
9 @g0 = external global %s.0
11 ; Function Attrs: nounwind
12 define %s.0* @f0() #0 {
13 b0:
14   ret %s.0* @g0
17 attributes #0 = { nounwind }