From 9c1a027fe884c11f0302534edbc6320f8c83999d Mon Sep 17 00:00:00 2001 From: Jack Carter Date: Tue, 5 Feb 2013 08:32:10 +0000 Subject: This patch that sets the EmitAlias flag in td files and enables the instruction printer to print aliased instructions. Due to usage of RegisterOperands a change in common code (utils/TableGen/AsmWriterEmitter.cpp) is required to get the correct register value if it is a RegisterOperand. Contributer: Vladimir Medic llvm-svn: 174358 --- llvm/test/CodeGen/Mips/frame-address.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/Mips') diff --git a/llvm/test/CodeGen/Mips/frame-address.ll b/llvm/test/CodeGen/Mips/frame-address.ll index e64e6d8cfe2..9b9ee217a8d 100644 --- a/llvm/test/CodeGen/Mips/frame-address.ll +++ b/llvm/test/CodeGen/Mips/frame-address.ll @@ -7,6 +7,6 @@ entry: %0 = call i8* @llvm.frameaddress(i32 0) ret i8* %0 -; CHECK: addu $fp, $sp, $zero -; CHECK: or $2, $fp, $zero +; CHECK: move $fp, $sp +; CHECK: or $2, $fp, $zero } -- cgit v1.2.3