summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/MutateStructTypes.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Transforms/IPO/MutateStructTypes.cpp b/llvm/lib/Transforms/IPO/MutateStructTypes.cpp
index 174f7a102b1..f0dc16f3e2b 100644
--- a/llvm/lib/Transforms/IPO/MutateStructTypes.cpp
+++ b/llvm/lib/Transforms/IPO/MutateStructTypes.cpp
@@ -365,12 +365,6 @@ void MutateStructTypes::transformFunction(Function *m) {
case Instruction::Invoke:
assert(0 && "Insn not implemented!");
- // Unary Instructions
- case Instruction::Not:
- NewI = UnaryOperator::create((Instruction::UnaryOps)I.getOpcode(),
- ConvertValue(I.getOperand(0)));
- break;
-
// Binary Instructions
case Instruction::Add:
case Instruction::Sub:
OpenPOWER on IntegriCloud