diff options
author | Xinliang David Li <davidxl@google.com> | 2017-09-29 22:30:34 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2017-09-29 22:30:34 +0000 |
commit | 455dec098be1ba0a30282b59eaa02d08cb7e024f (patch) | |
tree | 07a96e9b01f8b11369e3410d3fe94606dfb06a61 /llvm/lib/Transforms/InstCombine/InstCombineInternal.h | |
parent | 42f494d6a65d0dfe5a62cdf2c15d6e71745237ef (diff) | |
download | bcm5719-llvm-455dec098be1ba0a30282b59eaa02d08cb7e024f.tar.gz bcm5719-llvm-455dec098be1ba0a30282b59eaa02d08cb7e024f.zip |
Revert 314561 due to debug build assertion failure
llvm-svn: 314563
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineInternal.h')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineInternal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h index 535c5104d5e..22edcfa0444 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h +++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h @@ -670,10 +670,6 @@ private: Instruction *FoldPHIArgGEPIntoPHI(PHINode &PN); Instruction *FoldPHIArgLoadIntoPHI(PHINode &PN); Instruction *FoldPHIArgZextsIntoPHI(PHINode &PN); - /// If an integer typed PHI has only one use which is an IntToPtr operation, - /// replace the PHI with an existing pointer typed PHI if it exists. Otherwise - /// insert a new pointer typed PHI and replace the original one. - Instruction *FoldIntegerTypedPHI(PHINode &PN); /// Helper function for FoldPHIArgXIntoPHI() to get debug location for the /// folded operation. |