mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
10 lines
221 B
LLVM
10 lines
221 B
LLVM
; 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
|
|
|