Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: llc < %s | grep mflr | count 1 | 1 ; RUN: llc -verify-machineinstrs < %s | grep mflr | count 1 |
2 | 2 |
3 target datalayout = "e-p:32:32" | 3 target datalayout = "e-p:32:32" |
4 target triple = "powerpc-apple-darwin8" | 4 target triple = "powerpc-apple-darwin8" |
5 @str = internal constant [18 x i8] c"hello world!, %d\0A\00" ; <[18 x i8]*> [#uses=1] | 5 @str = internal constant [18 x i8] c"hello world!, %d\0A\00" ; <[18 x i8]*> [#uses=1] |
6 | 6 |