1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Indentation and remove dead code.

llvm-svn: 106362
This commit is contained in:
Evan Cheng 2010-06-19 00:11:54 +00:00
parent 018fd49970
commit 604fd85b52

View File

@ -1060,13 +1060,6 @@ let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1 in {
let Inst{27-20} = 0b00010010;
let Inst{31-28} = 0b1110;
}
// FIXME: This is a hack so that MCInst lowering can preserve the TAILCALL
// marker on instructions, while still being able to relax.
// let isCodeGenOnly = 1 in {
// def TAILJMP_1 : Ii8PCRel<0xEB, RawFrm, (outs), (ins brtarget8:$dst),
// "jmp\t$dst @ TAILCALL", []>,
// Requires<[IsARM, IsDarwin]>;
}
// Non-Darwin versions (the difference is R9).
@ -1099,13 +1092,6 @@ let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1 in {
let Inst{27-20} = 0b00010010;
let Inst{31-28} = 0b1110;
}
// FIXME: This is a hack so that MCInst lowering can preserve the TAILCALL
// marker on instructions, while still being able to relax.
// let isCodeGenOnly = 1 in {
// def TAILJMP_1ND : Ii8PCRel<0xEB, RawFrm, (outs), (ins brtarget8:$dst),
// "jmp\t$dst @ TAILCALL", []>,
// Requires<[IsARM, IsNotDarwin]>;
}
}