History log of /llvm-project/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp (Results 76 – 77 of 77)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b1ca9cbc 07-Jul-2001 Chris Lattner <sabre@nondot.org>

Broad superficial changes:
* Renamed getOpcode to getOpcodeName
* Changed getOpcodeName to return a const char * instead of string
* Added a getOpcode method to replace getInstType
* Changed code to

Broad superficial changes:
* Renamed getOpcode to getOpcodeName
* Changed getOpcodeName to return a const char * instead of string
* Added a getOpcode method to replace getInstType
* Changed code to use getOpcode instead of getInstType

llvm-svn: 152

show more ...


# 29aae157 06-Jul-2001 Chris Lattner <sabre@nondot.org>

Add method to unify all exit nodes of a method

llvm-svn: 143


1234