Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / CodeGen / Hexagon / isel-vacopy.ll
blob0138e424696c76bb794ee88c5f61f57568db8c48
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Check for successful compilation
4 ; CHECK: jumpr r31
6 target triple = "hexagon"
8 ; Function Attrs: nounwind
9 define hidden fastcc void @f0() unnamed_addr #0 {
10 b0:
11   call void @llvm.va_copy(i8* nonnull undef, i8* nonnull undef)
12   ret void
15 ; Function Attrs: nounwind
16 declare void @llvm.va_copy(i8*, i8*) #0
18 attributes #0 = { nounwind }