Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / ARM / ldrd.ll
blob06072a564f67baaa6b20f46aa1cf2c35e72ebc18
1 ; RUN: llc < %s -mtriple=armv6-apple-darwin | grep ldrd
2 ; RUN: llc < %s -mtriple=armv5-apple-darwin | not grep ldrd
3 ; RUN: llc < %s -mtriple=armv6-eabi | not grep ldrd
4 ; rdar://r6949835
6 @b = external global i64*
8 define i64 @t(i64 %a) nounwind readonly {
9 entry:
10         %0 = load i64** @b, align 4
11         %1 = load i64* %0, align 4
12         %2 = mul i64 %1, %a
13         ret i64 %2