blob: 84e2dfa991d78b293236b7bdea3bbcca095697ae [file] [log] [blame]
Matthias Braune2d2ce92017-08-01 22:20:41 +00001; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=a2q | FileCheck %s
2; RUN: llc -verify-machineinstrs < %s -mtriple=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