diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-11 23:22:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-11 23:22:43 +0000 |
commit | c2a2396e17f8fd6c78afd81368d2b80e8cfe6c42 (patch) | |
tree | 09b6cf37a3c92efedd821a4c195d5644a6699b53 /lib/CodeGen/MachineInstr.cpp | |
parent | 974e73a086e5faf8a3ebeec86df78abe4c4b248b (diff) |
Eliminate MainTreeNode function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | lib/CodeGen/MachineInstr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index 63acea14b4..e5b768eca9 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/lib/CodeGen/MachineInstr.cpp @@ -153,7 +153,8 @@ ostream &operator<<(ostream &os, const MachineOperand &mop) { // // For the common case of 2- and 3-operand arithmetic/logical instructions, // set the m/c instr. operands directly from the VM instruction's operands. -// Check whether the first or second operand is 0 and can use a dedicated "0" register. +// Check whether the first or second operand is 0 and can use a dedicated "0" +// register. // Check whether the second operand should use an immediate field or register. // (First and third operands are never immediates for such instructions.) // |