[llvm] r214776 - MC uses .lcomm now, so adjust.
Joerg Sonnenberger
joerg at bec.de
Mon Aug 4 14:06:00 PDT 2014
Author: joerg
Date: Mon Aug 4 16:06:00 2014
New Revision: 214776
URL: http://llvm.org/viewvc/llvm-project?rev=214776&view=rev
Log:
MC uses .lcomm now, so adjust.
Modified:
llvm/trunk/test/CodeGen/PowerPC/mcm-10.ll
llvm/trunk/test/CodeGen/PowerPC/mcm-2.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/mcm-10.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/mcm-10.ll?rev=214776&r1=214775&r2=214776&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/mcm-10.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/mcm-10.ll Mon Aug 4 16:06:00 2014
@@ -22,5 +22,4 @@ entry:
; CHECK-NOT: extsw
; CHECK: stw {{[0-9]+}}, [[VAR]]@toc at l([[REG1]])
; CHECK: .type [[VAR]], at object
-; CHECK: .local [[VAR]]
-; CHECK: .comm [[VAR]],4,4
+; CHECK: .lcomm [[VAR]],4,4
Modified: llvm/trunk/test/CodeGen/PowerPC/mcm-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/mcm-2.ll?rev=214776&r1=214775&r2=214776&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/mcm-2.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/mcm-2.ll Mon Aug 4 16:06:00 2014
@@ -23,8 +23,7 @@ entry:
; MEDIUM: lwz {{[0-9]+}}, 0([[REG2]])
; MEDIUM: stw {{[0-9]+}}, 0([[REG2]])
; MEDIUM: .type [[VAR]], at object
-; MEDIUM: .local [[VAR]]
-; MEDIUM: .comm [[VAR]],4,4
+; MEDIUM: .lcomm [[VAR]],4,4
; LARGE-LABEL: test_fn_static:
; LARGE: addis [[REG1:[0-9]+]], 2, [[VAR:[a-z0-9A-Z_.]+]]@toc at ha
@@ -34,6 +33,5 @@ entry:
; LARGE: [[VAR]]:
; LARGE: .tc [[VAR2:[a-z0-9A-Z_.]+]][TC],[[VAR2]]
; LARGE: .type [[VAR2]], at object
-; LARGE: .local [[VAR2]]
-; LARGE: .comm [[VAR2]],4,4
+; LARGE: .lcomm [[VAR2]],4,4
More information about the llvm-commits
mailing list