[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / Other / print-function-size.ll
blob83af65793df27617792bfd65ff7fb37c9127d4da
1 ; RUN: opt -S -debug-pass-manager -passes=no-op-function < %s 2>&1 | FileCheck %s
3 ; CHECK: Running pass: NoOpFunctionPass on f (3 instructions)
4 ; CHECK: Running pass: NoOpFunctionPass on g (1 instruction)
6 define i32 @f(i32 %i) {
7   %a = add i32 %i, 1
8   %b = add i32 %a, 1
9   ret i32 %b
12 define i32 @g(i32 %i) {
13   ret i32 0