summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-04-23 10:26:19 +0000
committerJames Molloy <james.molloy@arm.com>2014-04-23 10:26:19 +0000
commit8bdd24b1a9723d0c09a0f8d6179e29fa45276645 (patch)
treef7a61aa0992c62e9e0f6163f2a28a18d44d64244 /clang/test/CodeGen
parenta7a23c1cce4ad8f9f50fc1c0d55515365d40ab38 (diff)
downloadbcm5719-llvm-8bdd24b1a9723d0c09a0f8d6179e29fa45276645.tar.gz
bcm5719-llvm-8bdd24b1a9723d0c09a0f8d6179e29fa45276645.zip
[ARM64] Change inline assembly constraints to be more lax, to match the behaviour of Clang/AArch64 and GCC.
GCC allows sub-64bit values to use the 'r' register constraint. llvm-svn: 206963
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r--clang/test/CodeGen/aarch64-inline-asm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/aarch64-inline-asm.c b/clang/test/CodeGen/aarch64-inline-asm.c
index ca39c6e7ff2..8dd2e34f594 100644
--- a/clang/test/CodeGen/aarch64-inline-asm.c
+++ b/clang/test/CodeGen/aarch64-inline-asm.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple arm64-none-linux-gnu -emit-llvm -o - %s | FileCheck %s
// The only part clang really deals with is the lvalue/rvalue
// distinction on constraints. It's sufficient to emit llvm and make
OpenPOWER on IntegriCloud