diff options
Diffstat (limited to 'lib/Module/InstructionOperandTypeCheckPass.cpp')
-rw-r--r-- | lib/Module/InstructionOperandTypeCheckPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Module/InstructionOperandTypeCheckPass.cpp b/lib/Module/InstructionOperandTypeCheckPass.cpp index 1a1422ec..39222d0f 100644 --- a/lib/Module/InstructionOperandTypeCheckPass.cpp +++ b/lib/Module/InstructionOperandTypeCheckPass.cpp @@ -98,7 +98,6 @@ bool checkInstruction(const Instruction *i) { checkOperandsHaveSameType(i, 1, 2); } // Integer arithmetic, logical and shifting - // TODO: When we upgrade to newer LLVM use LLVM_FALLTHROUGH case Instruction::Add: case Instruction::Sub: case Instruction::Mul: |