aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/alias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/alias.ll')
-rw-r--r--test/CodeGen/PowerPC/alias.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/alias.ll b/test/CodeGen/PowerPC/alias.ll
index 524abd5da3ef..3650cd9d8a06 100644
--- a/test/CodeGen/PowerPC/alias.ll
+++ b/test/CodeGen/PowerPC/alias.ll
@@ -2,10 +2,10 @@
; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -code-model=large | FileCheck --check-prefix=CHECK --check-prefix=LARGE %s
@foo = global i32 42
-@fooa = alias i32* @foo
+@fooa = alias i32, i32* @foo
@foo2 = global i64 42
-@foo2a = alias i64* @foo2
+@foo2a = alias i64, i64* @foo2
; CHECK-LABEL: bar:
define i32 @bar() {