1 ; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=linearscan | FileCheck %s
2 ; RUN: llc < %s -mtriple=armv6-linux-gnu -regalloc=basic | FileCheck %s
4 ; The greedy register allocator uses a single CSR here, invalidating the test.
6 @b = external global i64*
8 define i64 @t(i64 %a) nounwind readonly {
10 ; CHECK: str lr, [sp, #-4]!
11 ; CHECK: ldr lr, [sp], #4
12 %0 = load i64** @b, align 4
13 %1 = load i64* %0, align 4