mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09b4467ac5
commit
c3882164cb
@ -42,11 +42,11 @@ using namespace llvm;
|
|||||||
#define DWARF2_LINE_BASE -5
|
#define DWARF2_LINE_BASE -5
|
||||||
|
|
||||||
// Range of line offsets in a special line info. opcode.
|
// Range of line offsets in a special line info. opcode.
|
||||||
# define DWARF2_LINE_RANGE 14
|
#define DWARF2_LINE_RANGE 14
|
||||||
|
|
||||||
// Define the architecture-dependent minimum instruction length (in bytes).
|
// Define the architecture-dependent minimum instruction length (in bytes).
|
||||||
// This value should be rather too small than too big.
|
// This value should be rather too small than too big.
|
||||||
# define DWARF2_LINE_MIN_INSN_LENGTH 1
|
#define DWARF2_LINE_MIN_INSN_LENGTH 1
|
||||||
|
|
||||||
// Note: when DWARF2_LINE_MIN_INSN_LENGTH == 1 which is the current setting,
|
// Note: when DWARF2_LINE_MIN_INSN_LENGTH == 1 which is the current setting,
|
||||||
// this routine is a nop and will be optimized away.
|
// this routine is a nop and will be optimized away.
|
||||||
|
Loading…
Reference in New Issue
Block a user