diff options
Diffstat (limited to 'test/CodeGen/Hexagon/stack-alloca2.ll')
-rw-r--r-- | test/CodeGen/Hexagon/stack-alloca2.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Hexagon/stack-alloca2.ll b/test/CodeGen/Hexagon/stack-alloca2.ll index ad5e13166aa29..b211be0c0fff6 100644 --- a/test/CodeGen/Hexagon/stack-alloca2.ll +++ b/test/CodeGen/Hexagon/stack-alloca2.ll @@ -1,8 +1,8 @@ ; RUN: llc -O0 -march=hexagon < %s | FileCheck %s -; CHECK-DAG: r[[AP:[0-9]+]] = and(r30, #-32) -; CHECK-DAG: r1 = add(r[[AP]], #-32) +; CHECK-DAG: r[[AP:[0-9]+]] = and(r30,#-32) +; CHECK-DAG: r1 = add(r[[AP]],#-32) -; CHECK-DAG: sub(r29, r[[SP:[0-9]+]]) +; CHECK-DAG: sub(r29,r[[SP:[0-9]+]]) ; CHECK-DAG: r29 = r[[SP]] target triple = "hexagon-unknown-unknown" |