diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-01-09 05:53:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-01-09 05:53:38 +0000 |
| commit | ff66958154195156bbb8ef7c8f5cf3a4ff76dabf (patch) | |
| tree | b3f54d69208ae1262fddb8f8326200b9bf411b84 /llvm/lib/Transforms/LevelRaise.cpp | |
| parent | 84dae1b8a80aee576aa32a05d295e57aacd6c380 (diff) | |
| download | bcm5719-llvm-ff66958154195156bbb8ef7c8f5cf3a4ff76dabf.tar.gz bcm5719-llvm-ff66958154195156bbb8ef7c8f5cf3a4ff76dabf.zip | |
Finegrainify namespacification
add flags for PR82
llvm-svn: 10724
Diffstat (limited to 'llvm/lib/Transforms/LevelRaise.cpp')
| -rw-r--r-- | llvm/lib/Transforms/LevelRaise.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/LevelRaise.cpp b/llvm/lib/Transforms/LevelRaise.cpp index 41a47749f79..8b5e253950f 100644 --- a/llvm/lib/Transforms/LevelRaise.cpp +++ b/llvm/lib/Transforms/LevelRaise.cpp @@ -370,7 +370,8 @@ bool RPR::PeepholeOptimize(BasicBlock *BB, BasicBlock::iterator &BI) { // Build the index vector, full of all zeros std::vector<Value*> Indices; - Indices.push_back(ConstantSInt::get(Type::LongTy, 0)); + + Indices.push_back(ConstantSInt::get(Type::LongTy, 0)); // FIXME, PR82 while (CurCTy && !isa<PointerType>(CurCTy)) { const Type *IdxType; if (const StructType *CurSTy = dyn_cast<StructType>(CurCTy)) { |

