Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))
[oota-llvm.git] / lib / CodeGen / JITCodeEmitter.cpp
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...