1 ; RUN: llc < %s -mtriple=armv6-apple-darwin | FileCheck %s -check-prefix=V6
2 ; RUN: llc < %s -mtriple=armv5-apple-darwin | FileCheck %s -check-prefix=V5
3 ; RUN: llc < %s -mtriple=armv6-eabi | FileCheck %s -check-prefix=EABI
6 @b = external global i64*
8 define i64 @t(i64 %a) nounwind readonly {
16 ;EABI: ldr r2, [r2, #4]
18 %0 = load i64** @b, align 4
19 %1 = load i64* %0, align 4