Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
authorChris Lattner <sabre@nondot.org>
Fri, 8 Jun 2001 21:30:13 +0000 (21:30 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Jun 2001 21:30:13 +0000 (21:30 +0000)
commit477c2ec3e01ddb67c3c079156f2ee2e1858bec42
tree0a0978df36c7f87dae60a99848d549ddd3cd509b
parentdaa6ae31c18fd948ceaa05a6ef6712612dd70d7f
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
to the UnaryOperator class (from the Instruction class).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instruction.h
lib/AsmParser/llvmAsmParser.cpp
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/InstructionReader.cpp
lib/VMCore/Instruction.cpp