Go to file
Chris Lattner 0b490b0d38 sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
This eliminates a conditional on that path, and ensures ICmpInst/FCmpInst
both have an out-of-line virtual method to home the class.

llvm-svn: 41371
2007-08-24 20:48:18 +00:00
clang Added ExprCXX.cpp 2007-08-24 20:24:16 +00:00
llvm sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. 2007-08-24 20:48:18 +00:00