diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/testComparesiequs.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/testComparesiequs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/testComparesiequs.ll b/llvm/test/CodeGen/PowerPC/testComparesiequs.ll index 99b388313e1..90bcee8d70c 100644 --- a/llvm/test/CodeGen/PowerPC/testComparesiequs.ll +++ b/llvm/test/CodeGen/PowerPC/testComparesiequs.ll @@ -7,7 +7,7 @@ ; RUN: --implicit-check-not cmpw --implicit-check-not cmpd --implicit-check-not cmpl ; ModuleID = 'ComparisonTestCases/testComparesiequs.c' -@glob = common local_unnamed_addr global i16 0, align 2 +@glob = local_unnamed_addr global i16 0, align 2 ; Function Attrs: norecurse nounwind readnone define signext i32 @test_iequs(i16 zeroext %a, i16 zeroext %b) { |