commit | 6d05a2b461d8d13381dc6b4f069aeb023d6d771f | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Mon Aug 04 21:06:00 2014 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Mon Aug 04 21:06:00 2014 +0000 |
tree | ae12f16cae6a6fd9ae5fded80d813d108d9274d3 | |
parent | e70401045009bda43683a0e758f4afe25751d247 [diff] [blame] |
MC uses .lcomm now, so adjust. llvm-svn: 214776
diff --git a/llvm/test/CodeGen/PowerPC/mcm-10.ll b/llvm/test/CodeGen/PowerPC/mcm-10.ll index c3ab747..9565ebc7 100644 --- a/llvm/test/CodeGen/PowerPC/mcm-10.ll +++ b/llvm/test/CodeGen/PowerPC/mcm-10.ll
@@ -22,5 +22,4 @@ ; CHECK-NOT: extsw ; CHECK: stw {{[0-9]+}}, [[VAR]]@toc@l([[REG1]]) ; CHECK: .type [[VAR]],@object -; CHECK: .local [[VAR]] -; CHECK: .comm [[VAR]],4,4 +; CHECK: .lcomm [[VAR]],4,4