diff options
Diffstat (limited to 'test/CodeGen/Hexagon/dead-store-stack.ll')
-rw-r--r-- | test/CodeGen/Hexagon/dead-store-stack.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/dead-store-stack.ll b/test/CodeGen/Hexagon/dead-store-stack.ll index 93d324baad9e7..0d8124e76b903 100644 --- a/test/CodeGen/Hexagon/dead-store-stack.ll +++ b/test/CodeGen/Hexagon/dead-store-stack.ll @@ -1,6 +1,6 @@ ; RUN: llc -O2 -march=hexagon < %s | FileCheck %s ; CHECK: ParseFunc: -; CHECK: r[[ARG0:[0-9]+]] = memuh(r[[ARG1:[0-9]+]] + #[[OFFSET:[0-9]+]]) +; CHECK: r[[ARG0:[0-9]+]] = memuh(r[[ARG1:[0-9]+]]+#[[OFFSET:[0-9]+]]) ; CHECK: memw(r[[ARG1]]+#[[OFFSET]]) = r[[ARG0]] @.str.3 = external unnamed_addr constant [8 x i8], align 1 |