Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
authorDan Gohman <gohman@apple.com>
Tue, 25 Aug 2009 23:17:54 +0000 (23:17 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 25 Aug 2009 23:17:54 +0000 (23:17 +0000)
commit1c8a23c440b1665ba422778cdc74a0c59ecaf39e
tree5d1c103f953a54dcfcff074c5fa800739b1b140a
parent2f3fa88a2515e1ba9c5a3a8cc4add0b79b492ba0
Eliminate the unused Context argument on one of the ICmpInst and FCmpInst
constructors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80049 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instructions.h
include/llvm/Support/IRBuilder.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/Transforms/Scalar/GVNPRE.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/VMCore/Instructions.cpp