summaryrefslogtreecommitdiff
path: root/test/CodeGen/aarch64-inline-asm.c
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
commitfa203ed5f90f65092f9424ffbcc2a7324646958b (patch)
treeb0b46aa95435cead7a8607b923a63c829a4bc764 /test/CodeGen/aarch64-inline-asm.c
parente593c2b7d11eda97b419db7a8ecb2c750e279427 (diff)
downloadclang-fa203ed5f90f65092f9424ffbcc2a7324646958b.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/aarch64-inline-asm.c')
-rw-r--r--test/CodeGen/aarch64-inline-asm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/aarch64-inline-asm.c b/test/CodeGen/aarch64-inline-asm.c
index ca39c6e7ff..8dd2e34f59 100644
--- a/test/CodeGen/aarch64-inline-asm.c
+++ b/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