[Alignment][NFC] Attributes use Align/MaybeAlign
[llvm-complete.git] / test / Other / print-slotindexes.ll
blob722a3dc5a93893cec6be22bb6850f1dc8b41a2d4
1 ; RUN: llc -print-after=slotindexes < %s 2>&1 | FileCheck %s --check-prefixes=ALL,SI 
2 ; RUN: llc -print-after=slotindexes -print-slotindexes=false < %s 2>&1 | FileCheck %s --check-prefixes=ALL,NOSI
3 ; REQUIRES: default_triple
4 define void @foo(){
5   ret void
8 ;CHECK: IR Dump {{.*}}
9 ;CHECK: # Machine code for function foo{{.*}}
10 ;SI: {{[0-9]+}}B bb.0 (%ir-block.0)
11 ;NOSI: {{^}}bb.0 (%ir-block.0)