[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / Thumb2 / 2010-12-03-AddSPNarrowing.ll
blob5b91a5f65aeecaf909f6225f85dd21e11ba66404
1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s
2 ; Radar 8724703: Make sure that a t2ADDrSPi instruction with SP as the
3 ; destination register is narrowed to tADDspi instead of tADDrSPi.
5 define void @test() nounwind {
6 entry:
7 ; CHECK: sub.w
8 ; CHECK: add.w
9   %Buffer.i = alloca [512 x i8], align 4
10   ret void