[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Mips / 2008-07-15-InternalConstant.ll
blob56f1569003a324f5d79bd2869c78b3f8e9cb9407
1 ; RUN: llc -mtriple=mips -relocation-model=static  < %s | FileCheck %s
3 @.str = internal unnamed_addr constant [10 x i8] c"AAAAAAAAA\00"
4 @i0 = internal unnamed_addr constant [5 x i32] [ i32 0, i32 1, i32 2, i32 3, i32 4 ]
6 define ptr @foo() nounwind {
7 entry:
8 ; CHECK: foo
9 ; CHECK: %hi(.str)
10 ; CHECK: %lo(.str)
11         ret ptr @.str
14 define ptr @bar() nounwind  {
15 entry:
16 ; CHECK: bar
17 ; CHECK: %hi(i0)
18 ; CHECK: %lo(i0)
19   ret ptr @i0
22 ; CHECK: rodata.str1.4,"aMS",@progbits
23 ; CHECK: rodata,"a",@progbits