diff options
Diffstat (limited to 'test/CodeGen/Hexagon/stack-alloca1.ll')
-rw-r--r-- | test/CodeGen/Hexagon/stack-alloca1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/stack-alloca1.ll b/test/CodeGen/Hexagon/stack-alloca1.ll index 00e9e051aebb..b38b8846d26f 100644 --- a/test/CodeGen/Hexagon/stack-alloca1.ll +++ b/test/CodeGen/Hexagon/stack-alloca1.ll @@ -1,5 +1,5 @@ ; RUN: llc -O0 -march=hexagon < %s | FileCheck %s -; CHECK: sub(r29, r[[REG:[0-9]+]]) +; CHECK: sub(r29,r[[REG:[0-9]+]]) ; CHECK: r29 = r[[REG]] target triple = "hexagon-unknown-unknown" |