summaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon/static.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Hexagon/static.ll')
-rw-r--r--test/CodeGen/Hexagon/static.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/Hexagon/static.ll b/test/CodeGen/Hexagon/static.ll
index 760b8b5597255..c3237b748881f 100644
--- a/test/CodeGen/Hexagon/static.ll
+++ b/test/CodeGen/Hexagon/static.ll
@@ -1,12 +1,12 @@
-; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCheck %s
+; RUN: llc -march=hexagon < %s | FileCheck %s
@num = external global i32
@acc = external global i32
@val = external global i32
-; CHECK: memw(##num)
-; CHECK: memw(##acc)
-; CHECK: memw(##val)
+; CHECK-DAG: memw(#num)
+; CHECK-DAG: memw(#acc)
+; CHECK-DAG: memw(#val)
define void @foo() nounwind {
entry: