[ARM64-BE] Make big endian (scalar) argument passing work correctly.
[oota-llvm.git] / test / CodeGen / AArch64 / mul-lohi.ll
index e9493efe8fd075aeab0bca52959a8df59f67b8b7..3b027f2d4f1073ca409740be7cbe45c55f256b17 100644 (file)
@@ -1,6 +1,7 @@
 ; RUN: llc -mtriple=aarch64-linux-gnu %s -o - | FileCheck %s
 ; RUN: llc -mtriple=aarch64_be-linux-gnu %s -o - | FileCheck --check-prefix=CHECK-BE %s
 ; RUN: llc -mtriple=arm64-apple-ios7.0 %s -o - | FileCheck %s
+; RUN: llc -mtriple=arm64_be-linux-gnu %s -o - | FileCheck --check-prefix=CHECK-BE %s
 
 define i128 @test_128bitmul(i128 %lhs, i128 %rhs) {
 ; CHECK-LABEL: test_128bitmul: