Store intrinsic ID by value in Function instead of a string lookup. NFC.
[oota-llvm.git] / include / llvm / IR / InstVisitor.h
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...