1 ; RUN: llc -verify-machineinstrs -mcpu=ppc64 < %s | FileCheck %s
2 target datalayout = "E-m:e-i64:64-n32:64"
3 target triple = "powerpc64-unknown-linux-gnu"
5 ; Function Attrs: nounwind readonly
6 define signext i32 @test(i32* nocapture readonly %P) #0 {
8 %0 = load i32, i32* %P, align 4
17 attributes #0 = { nounwind readonly }