From 5715184cc4c36cf0a275f3ba8456bcb2f8b801ac Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Thu, 22 Jun 2017 16:25:46 +0000 Subject: [PATCH] [Hexagon] Fix typo in a testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306030 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Hexagon/duplex-addi-global-imm.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Hexagon/duplex-addi-global-imm.mir b/test/CodeGen/Hexagon/duplex-addi-global-imm.mir index be86abb9508..92670325635 100644 --- a/test/CodeGen/Hexagon/duplex-addi-global-imm.mir +++ b/test/CodeGen/Hexagon/duplex-addi-global-imm.mir @@ -1,6 +1,6 @@ # RUN: llc -march=hexagon -start-after if-converter %s -o - | FileCheck %s # This used to crash. -# CHECK: add(r0,##g0) +# CHECK: add(r0,##g) --- | @g = global i32 0 -- 2.50.1