summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/inline-asm-clobber.ll
diff options
context:
space:
mode:
authorTies Stuij <ties.stuij@arm.com>2018-08-08 17:19:32 +0000
committerTies Stuij <ties.stuij@arm.com>2018-08-08 17:19:32 +0000
commit0244aa67d6b82dc539bab04b64d2ebe637fff064 (patch)
treeebc46ea2fc4a793f04fa6b968287285687233dc9 /llvm/test/CodeGen/AArch64/inline-asm-clobber.ll
parentd346cba91b068c233d384fad5f7496a852dbb123 (diff)
downloadbcm5719-llvm-0244aa67d6b82dc539bab04b64d2ebe637fff064.tar.gz
bcm5719-llvm-0244aa67d6b82dc539bab04b64d2ebe637fff064.zip
revert tests of '[CodeGen] emit inline asm clobber list warnings for reserved'
llvm-svn: 339276
Diffstat (limited to 'llvm/test/CodeGen/AArch64/inline-asm-clobber.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/inline-asm-clobber.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-clobber.ll b/llvm/test/CodeGen/AArch64/inline-asm-clobber.ll
deleted file mode 100644
index 028cf0b6db1..00000000000
--- a/llvm/test/CodeGen/AArch64/inline-asm-clobber.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc <%s -mtriple=aarch64-none-eabi 2>&1 | FileCheck %s
-
-; CHECK: warning: inline asm clobber list contains reserved registers: SP
-
-define void @foo() nounwind {
- call void asm sideeffect "mov x7, #1", "~{x7},~{sp}"()
- ret void
-}
OpenPOWER on IntegriCloud