diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/testComparesllgesll.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/testComparesllgesll.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/testComparesllgesll.ll b/llvm/test/CodeGen/PowerPC/testComparesllgesll.ll index 1c119b950a3..2b1dc4a689c 100644 --- a/llvm/test/CodeGen/PowerPC/testComparesllgesll.ll +++ b/llvm/test/CodeGen/PowerPC/testComparesllgesll.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 i64 0, align 8 +@glob = local_unnamed_addr global i64 0, align 8 define i64 @test_llgesll(i64 %a, i64 %b) { ; CHECK-LABEL: test_llgesll: |