From ca2b4f3e054d795465478ef06ada892f58863783 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Thu, 30 Nov 2017 20:39:15 +0000 Subject: [PATCH] [Hexagon] Fix wrong pass in testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319471 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Hexagon/newvaluejump-solo.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Hexagon/newvaluejump-solo.mir b/test/CodeGen/Hexagon/newvaluejump-solo.mir index b6bb23834c4..d55757efdcc 100644 --- a/test/CodeGen/Hexagon/newvaluejump-solo.mir +++ b/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 -- 2.50.1