Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
; RUN: llc < %s -march=xcore | FileCheck %s
; CHECK: .p2align 2
; CHECK-LABEL: f:
define void @f() nounwind {
entry:
ret void
}
; CHECK: .p2align 1
; CHECK-LABEL: g:
define void @g() nounwind optsize {