diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/testComparesllleui.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/testComparesllleui.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/testComparesllleui.ll b/llvm/test/CodeGen/PowerPC/testComparesllleui.ll index d6bf2e26e1e..b6c43e4a346 100644 --- a/llvm/test/CodeGen/PowerPC/testComparesllleui.ll +++ b/llvm/test/CodeGen/PowerPC/testComparesllleui.ll @@ -8,7 +8,7 @@ ; RUN: --implicit-check-not cmpw --implicit-check-not cmpd --implicit-check-not cmpl \ ; RUN: --check-prefixes=CHECK,LE -@glob = common local_unnamed_addr global i32 0, align 4 +@glob = local_unnamed_addr global i32 0, align 4 ; Function Attrs: norecurse nounwind readnone define i64 @test_llleui(i32 zeroext %a, i32 zeroext %b) { |