summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-10-22 04:55:09 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-10-22 04:55:09 +0000
commitf978ef56fc59d08ac4ffa9a0fde2e7b131663034 (patch)
tree967a39aa32b51214debfefddb6bc5dc8041b7c6c /lib
parentbb8c863e272e7ad211a29365fdba9fdc6bd4dc50 (diff)
downloadllvm-f978ef56fc59d08ac4ffa9a0fde2e7b131663034.tar.gz
llvm-f978ef56fc59d08ac4ffa9a0fde2e7b131663034.tar.bz2
llvm-f978ef56fc59d08ac4ffa9a0fde2e7b131663034.tar.xz
Removed completely duplicated function comment (an identical one appears later).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/SparcV9InstrSelection.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp
index 9c4fcd610b..ae73b7687e 100644
--- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp
+++ b/lib/Target/SparcV9/SparcV9InstrSelection.cpp
@@ -40,25 +40,6 @@ static inline void Add3OperandInstr(unsigned Opcode, InstructionNode* Node,
}
-
-//---------------------------------------------------------------------------
-// Function: GetMemInstArgs
-//
-// Purpose:
-// Get the pointer value and the index vector for a memory operation
-// (GetElementPtr, Load, or Store). If all indices of the given memory
-// operation are constant, fold in constant indices in a chain of
-// preceding GetElementPtr instructions (if any), and return the
-// pointer value of the first instruction in the chain.
-// All folded instructions are marked so no code is generated for them.
-//
-// Return values:
-// Returns the pointer Value to use.
-// Returns the resulting IndexVector in idxVec.
-// Returns true/false in allConstantIndices if all indices are/aren't const.
-//---------------------------------------------------------------------------
-
-
//---------------------------------------------------------------------------
// Function: FoldGetElemChain
//