Derive GetResultInst from UnaryInstruction, this simplifies code and removes a FIXME.
authorGabor Greif <ggreif@gmail.com>
Tue, 13 May 2008 07:09:08 +0000 (07:09 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 13 May 2008 07:09:08 +0000 (07:09 +0000)
commitd6a221858610a67d475e347ece92087551112ebc
treefd936214130baaac32038facee26a4d1e8436e14
parent6ddba2b933645d308428201e942abe1274fa5085
Derive GetResultInst from UnaryInstruction, this simplifies code and removes a FIXME.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51023 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp