Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git] / test / CodeGen / AArch64 / inline-asm-clobber.ll
blob028cf0b6db1251227c1662a2be33d3e2e8ccf792
1 ; RUN: llc <%s -mtriple=aarch64-none-eabi 2>&1  | FileCheck %s
3 ; CHECK: warning: inline asm clobber list contains reserved registers: SP
5 define void @foo() nounwind {
6   call void asm sideeffect "mov x7, #1", "~{x7},~{sp}"()
7   ret void