Index: test/CodeGen/ARM/2014-11-27-ghc-tcreturn-lowered.ll =================================================================== --- /dev/null +++ test/CodeGen/ARM/2014-11-27-ghc-tcreturn-lowered.ll @@ -0,0 +1,10 @@ +; RUN: llc -mtriple thumbv7-eabi %s + +define cc 10 void @g() { + ret void +} + +define cc 10 void @f() { + tail call cc10 void @g() + ret void +}