blob: b1a6ebe6efba51cd38c9a842b863e2da8db1c29a (
plain)
1
2
3
4
5
6
7
8
9
10
|
; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=a2q | FileCheck %s
; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=a2 -mattr=+qpx | FileCheck %s
define void @foo() {
entry:
ret void
}
; CHECK: @foo
|