diff options
-rw-r--r-- | llvm/test/CodeGen/Hexagon/newvaluejump-solo.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/newvaluejump-solo.mir b/llvm/test/CodeGen/Hexagon/newvaluejump-solo.mir index b6bb23834c4..d55757efdcc 100644 --- a/llvm/test/CodeGen/Hexagon/newvaluejump-solo.mir +++ b/llvm/test/CodeGen/Hexagon/newvaluejump-solo.mir @@ -1,4 +1,4 @@ -# RUN: llc -march=hexagon -run-pass hexagon-packetizer %s -o - | FileCheck %s +# RUN: llc -march=hexagon -run-pass hexagon-nvj %s -o - | FileCheck %s # Check that there is no new-value jump: # CHECK-LABEL: name: fred |