Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/Mips/addi.ll @ 33:e4204d083e25
LLVM 3.5
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 14:32:10 +0900 |
parents | 95c75e76d11b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
1:f783a2dd24b1 | 33:e4204d083e25 |
---|---|
1 ; RUN: llc -march=mipsel -mcpu=mips16 -mips16-hard-float -soft-float -relocation-model=static < %s | FileCheck %s -check-prefix=16 | 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=16 |
2 | 2 |
3 @i = global i32 6, align 4 | 3 @i = global i32 6, align 4 |
4 @j = global i32 12, align 4 | 4 @j = global i32 12, align 4 |
5 @k = global i32 15, align 4 | 5 @k = global i32 15, align 4 |
6 @l = global i32 20, align 4 | 6 @l = global i32 20, align 4 |