[llvm] r319471 - [Hexagon] Fix wrong pass in testcase

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 12:39:15 PST 2017


Author: kparzysz
Date: Thu Nov 30 12:39:15 2017
New Revision: 319471

URL: http://llvm.org/viewvc/llvm-project?rev=319471&view=rev
Log:
[Hexagon] Fix wrong pass in testcase

Modified:
    llvm/trunk/test/CodeGen/Hexagon/newvaluejump-solo.mir

Modified: llvm/trunk/test/CodeGen/Hexagon/newvaluejump-solo.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/newvaluejump-solo.mir?rev=319471&r1=319470&r2=319471&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/newvaluejump-solo.mir (original)
+++ llvm/trunk/test/CodeGen/Hexagon/newvaluejump-solo.mir Thu Nov 30 12:39:15 2017
@@ -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




More information about the llvm-commits mailing list