[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / CodeGen / PowerPC / big-endian-actual-args.ll
blobe38f28bf9030bb154413017b3904043935cf9f15
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | \
2 ; RUN:   grep "addc 4, 4, 6"
3 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | \
4 ; RUN:   grep "adde 3, 3, 5"
6 define i64 @foo(i64 %x, i64 %y) {
7   %z = add i64 %x, %y
8   ret i64 %z