blob: b1a6ebe6efba51cd38c9a842b863e2da8db1c29a [file] [log] [blame]
Ehsan Amiria538b0f2016-08-03 18:17:35 +00001; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=a2q | FileCheck %s
2; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=a2 -mattr=+qpx | FileCheck %s
Hal Finkelefb305e2013-01-30 21:17:42 +00003
4define void @foo() {
5entry:
6 ret void
7}
8
9; CHECK: @foo
10