diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-27 05:53:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-27 05:53:01 +0000 |
commit | b99be5beac847a92a56af21131da56a94b194bf2 (patch) | |
tree | aa4bcd6084eb4f62cedc798d9c23cf89f9874dcc /lib/Analysis/MemoryDependenceAnalysis.cpp | |
parent | cca130bb66a927b82fd030d60d1e8048898d1624 (diff) |
redisable this, my bootstrap worked because it wasn't an optimized build, whoops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/MemoryDependenceAnalysis.cpp')
-rw-r--r-- | lib/Analysis/MemoryDependenceAnalysis.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/MemoryDependenceAnalysis.cpp b/lib/Analysis/MemoryDependenceAnalysis.cpp index 1025fd5697..f36a2207d6 100644 --- a/lib/Analysis/MemoryDependenceAnalysis.cpp +++ b/lib/Analysis/MemoryDependenceAnalysis.cpp @@ -700,6 +700,7 @@ static bool isPHITranslatable(Instruction *Inst) { // We can translate a GEP that uses a PHI in the current block for at least // one of its operands. + if (0) if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { for (unsigned i = 0, e = GEP->getNumOperands(); i != e; ++i) if (PHINode *PN = dyn_cast<PHINode>(GEP->getOperand(i))) |