diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr39815.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pr39815.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr39815.ll b/llvm/test/CodeGen/PowerPC/pr39815.ll index 062e055167c..badba313195 100644 --- a/llvm/test/CodeGen/PowerPC/pr39815.ll +++ b/llvm/test/CodeGen/PowerPC/pr39815.ll @@ -1,8 +1,8 @@ ; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-linux-gnu < %s \ ; RUN: -verify-machineinstrs | FileCheck %s -@b = common dso_local local_unnamed_addr global i64* null, align 8 -@a = common dso_local local_unnamed_addr global i8 0, align 1 +@b = dso_local local_unnamed_addr global i64* null, align 8 +@a = dso_local local_unnamed_addr global i8 0, align 1 define void @testADDEPromoteResult() { entry: |