[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / arm-asm.ll
1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2
3 define void @frame_dummy() {
4 entry:
5         %tmp1 = tail call void (i8*)* (void (i8*)*) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null )           ; <void (i8*)*> [#uses=0]
6         ret void
7 }