[llvm-commits] [llvm] r157884 - in /llvm/trunk: include/llvm/Instructions.h include/llvm/Support/IntegersSubset.h include/llvm/Support/IntegersSubsetMapping.h lib/Bitcode/Writer/BitcodeWriter.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp l

NAKAMURA Takumi geek4civic at gmail.com
Sun Jun 3 15:02:21 PDT 2012


2012/6/4 Stepan Dyatkovskiy <stpworld at narod.ru>:
> Hi Takumi,
> According to CPP standard (Special member functions, Copying class objects,
> point 8), the default copy constructor should perform memberwise copy of its
> subobjects. So I removed these strings since it is exactly what the default
> copy ctor does.

Would <class IntType> be POD always?

> Did you got any failures or warnings after I removed it?

Please see also; http://bb.pgr.jp/builders/cmake-llvm-x86_64-linux/builds/9



More information about the llvm-commits mailing list