brintos

brintos / llvm-project-archived public Read only

0
0
Text · 342 B · 3218c77 Raw
16 lines · plain
1; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s2 3@TestA = alias void (), ptr @TestC4@TestB = alias void (), ptr @TestC5@TestC = alias void (), ptr @TestD6 7define void @TestD() {8entry:9  ret void10}11 12; CHECK-LABEL: TestD:13; CHECK: TestC = TestD14; CHECK-DAG: TestB = TestC15; CHECK-DAG: TestA = TestC16