aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2007-02-07-SizedIntTypes.ll
blob: 108f333945e6f59902f39d047dc62747618cb559 (plain)
1
2
3
4
5
6
7
8
; PR1187
; RUN: llvm-upgrade < %s > /dev/null

implementation 

i1 %func(i8 %x, i16 %x, i32 %x, i64 %x) {
  ret void
}