summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/hwloop5.ll
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-02-10 15:33:13 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-02-10 15:33:13 +0000
commita72fad980cb18a09dbd6ea95d3b5684d3280894a (patch)
tree219cb68ed6c0c45535e018f095ebb3082fea6117 /llvm/test/CodeGen/Hexagon/hwloop5.ll
parentbe99157127994212eba77f268d508526fed177fd (diff)
downloadbcm5719-llvm-a72fad980cb18a09dbd6ea95d3b5684d3280894a.tar.gz
bcm5719-llvm-a72fad980cb18a09dbd6ea95d3b5684d3280894a.zip
[Hexagon] Replace instruction definitions with auto-generated ones
llvm-svn: 294753
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/hwloop5.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/hwloop5.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/hwloop5.ll b/llvm/test/CodeGen/Hexagon/hwloop5.ll
index 0886b03cc75..f4990dabebb 100644
--- a/llvm/test/CodeGen/Hexagon/hwloop5.ll
+++ b/llvm/test/CodeGen/Hexagon/hwloop5.ll
@@ -2,9 +2,9 @@
;
; Generate hardware loop when unknown trip count loop is vectorized.
-; CHECK: loop0(.LBB{{[0-9]*}}_{{[0-9]*}}, r{{[0-9]+}})
+; CHECK: loop0(.LBB{{[0-9]*}}_{{[0-9]*}},r{{[0-9]+}})
; CHECK: endloop0
-; CHECK: loop0(.LBB{{[0-9]*}}_{{[0-9]*}}, r{{[0-9]+}})
+; CHECK: loop0(.LBB{{[0-9]*}}_{{[0-9]*}},r{{[0-9]+}})
; CHECK: endloop0
@A = common global [1000 x i32] zeroinitializer, align 8
OpenPOWER on IntegriCloud