Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/PowerPC/big-endian-call-result.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \ | 1 ; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \ |
2 ; RUN: grep "addic 4, 4, 1" | 2 ; RUN: grep "addic 4, 4, 1" |
3 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \ | 3 ; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \ |
4 ; RUN: grep "addze 3, 3" | 4 ; RUN: grep "addze 3, 3" |
5 | 5 |
6 declare i64 @foo() | 6 declare i64 @foo() |
7 | 7 |
8 define i64 @bar() | 8 define i64 @bar() |