[modules] "Specialize" a function by actually specializing a function template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 24 Apr 2014 18:27:29 +0000 (18:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 24 Apr 2014 18:27:29 +0000 (18:27 +0000)
commit778aacb5a341fc8535025e3f86bc73630010672f
treea78d5291184e5a363ff41fe0f500c16563768f35
parentf28f471f1600d3226f6ac96e7d3b8fa27344d11f
[modules] "Specialize" a function by actually specializing a function template
rather than by adding an overload and hoping that it's declared before the code
that calls it. (In a modules build, it isn't.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207133 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/EdgeBundles.h
lib/CodeGen/EdgeBundles.cpp