From: Krzysztof Parzyszek Date: Thu, 22 Jun 2017 16:25:46 +0000 (+0000) Subject: [Hexagon] Fix typo in a testcase X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5715184cc4c36cf0a275f3ba8456bcb2f8b801ac;p=llvm [Hexagon] Fix typo in a testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306030 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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