1 ;; Check that we remove the exact MCInst number from --asm-verbose output
2 ; RUN: llc < %s -mtriple=i686-unknown-unknown --asm-show-inst | FileCheck %s --check-prefix=VERBOSE
3 ; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=CHECK
5 define i8 @add_i8(i8 %a) nounwind {
10 define i32 @add_i32(i32 %a) nounwind {