summaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/block-addr.ll
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-10-20 19:33:12 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-10-20 19:33:12 +0000
commitccf59092984d2c585651313816086914b6eb5bce (patch)
tree17548378469efa2e96f9a2fc63a96244069973ea /test/CodeGen/Hexagon/block-addr.ll
parentdef1c1f4c532040fa2642a4790ac966ba71a0d37 (diff)
[Hexagon] Reorganize and update instruction patterns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Hexagon/block-addr.ll')
-rw-r--r--test/CodeGen/Hexagon/block-addr.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/block-addr.ll b/test/CodeGen/Hexagon/block-addr.ll
index 5af3a69f8aa..bd59e590331 100644
--- a/test/CodeGen/Hexagon/block-addr.ll
+++ b/test/CodeGen/Hexagon/block-addr.ll
@@ -1,7 +1,6 @@
; RUN: llc -march=hexagon < %s | FileCheck %s
-; CHECK: .LJTI
-; CHECK-DAG: r[[REG:[0-9]+]] = memw(r{{[0-9]+}}{{ *}}+{{ *}}r{{[0-9]+<<#[0-9]+}})
+; CHECK-DAG: r[[REG:[0-9]+]] = memw(r{{[0-9]+<<#[0-9]+}}+##.LJTI{{.*}})
; CHECK-DAG: jumpr r[[REG]]
define void @main() #0 {