aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/ppc64-ind-call.ll
blob: f2d7cb489ed4bd59b79339715202b9449f22f3b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llc < %s -march=ppc64 | FileCheck %s
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
target triple = "powerpc64-unknown-linux-gnu"

define void @test1() {
entry:
  %call.i75 = call zeroext i8 undef(i8* undef, i8 zeroext 10)
  unreachable
}

; CHECK: @test1