aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CloneModule.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-10-08 07:44:52 +0000
committerDuncan Sands <baldrick@free.fr>2008-10-08 07:44:52 +0000
commit43d9c8cd565d37410a16b2cdd62cabb3aca9926e (patch)
tree465b5e347625e465e47b1cb1f39e05a49f9f98fc /lib/Transforms/Utils/CloneModule.cpp
parent4520dd2b7b20af07d5a3e4d06d964a532044eb10 (diff)
Use template to distinguish between function variants.
GCC 4.4.0 gives an error on the "int" declaration for example saying that it has already been declared (using the "short" one). Using templates here allow the compiler to distinguish between the function to choose. Also, "llvm/Support/DataTypes.h" was not included, leading to error messages about not knowing "uint32_t" for example. Patch by Samuel Tardieu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CloneModule.cpp')
0 files changed, 0 insertions, 0 deletions