summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/testComparesiless.ll
diff options
context:
space:
mode:
authorJinsong Ji <jji@us.ibm.com>2019-09-20 20:31:37 +0000
committerJinsong Ji <jji@us.ibm.com>2019-09-20 20:31:37 +0000
commit216be996d68ec325f1d4341d3af78f078d430d4b (patch)
tree1f29bc40f5f9d14ee2e8aeba2d5fa396598e3cff /llvm/test/CodeGen/PowerPC/testComparesiless.ll
parent72a3d8597da5cb50f3a21ba8a2f822117459af34 (diff)
downloadbcm5719-llvm-216be996d68ec325f1d4341d3af78f078d430d4b.tar.gz
bcm5719-llvm-216be996d68ec325f1d4341d3af78f078d430d4b.zip
[NFC][PowerPC] Consolidate testing of common linkage symbols
Add a new file to test the code gen for common linkage symbol. Remove common linkage in some other testcases to avoid distraction. llvm-svn: 372426
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/testComparesiless.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/testComparesiless.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/testComparesiless.ll b/llvm/test/CodeGen/PowerPC/testComparesiless.ll
index 45c887d21ad..b9b029496f9 100644
--- a/llvm/test/CodeGen/PowerPC/testComparesiless.ll
+++ b/llvm/test/CodeGen/PowerPC/testComparesiless.ll
@@ -5,7 +5,7 @@
; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu -O2 \
; RUN: -ppc-gpr-icmps=all -ppc-asm-full-reg-names -mcpu=pwr8 < %s | FileCheck %s --check-prefix=CHECK-LE \
; RUN: --implicit-check-not cmpw --implicit-check-not cmpd --implicit-check-not cmpl
-@glob = common local_unnamed_addr global i16 0, align 2
+@glob = local_unnamed_addr global i16 0, align 2
define signext i32 @test_iless(i16 signext %a, i16 signext %b) {
; CHECK-LABEL: test_iless:
OpenPOWER on IntegriCloud