aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-07-25 17:24:13 +0000
committerNate Begeman <natebegeman@mac.com>2008-07-25 17:24:13 +0000
commit3fc590c862e59a6f838aa8caddd4c7e92f344376 (patch)
tree5d426676abbee0fc70b477835131227188f564db /lib/VMCore/Instructions.cpp
parent5c95af852876909d941816a9351acd40ed1ac54c (diff)
downloadexternal_llvm-3fc590c862e59a6f838aa8caddd4c7e92f344376.zip
external_llvm-3fc590c862e59a6f838aa8caddd4c7e92f344376.tar.gz
external_llvm-3fc590c862e59a6f838aa8caddd4c7e92f344376.tar.bz2
Tab removal
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Instructions.cpp')
-rw-r--r--lib/VMCore/Instructions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp
index 3906c52..098560a 100644
--- a/lib/VMCore/Instructions.cpp
+++ b/lib/VMCore/Instructions.cpp
@@ -972,7 +972,7 @@ static unsigned retrieveAddrSpace(const Value *Val) {
}
void GetElementPtrInst::init(Value *Ptr, Value* const *Idx, unsigned NumIdx,
- const std::string &Name) {
+ const std::string &Name) {
assert(NumOperands == 1+NumIdx && "NumOperands not initialized?");
Use *OL = OperandList;
OL[0] = Ptr;