summaryrefslogtreecommitdiff
path: root/src/trans/monomorphise.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-12-31 09:35:03 +0800
committerJohn Hodge <tpg@mutabah.net>2016-12-31 09:35:03 +0800
commita27f2c4d866203cfbe22d87f9ae43f6d1cd37081 (patch)
treeeec5e59df04f652577c5ed5642e400f3d9cd1379 /src/trans/monomorphise.hpp
parentdeefbda0e18dd5ce8149d30bbea06b5526fc8427 (diff)
downloadmrust-a27f2c4d866203cfbe22d87f9ae43f6d1cd37081.tar.gz
Trans - Efficiency cleanups
Diffstat (limited to 'src/trans/monomorphise.hpp')
-rw-r--r--src/trans/monomorphise.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans/monomorphise.hpp b/src/trans/monomorphise.hpp
index 16a5d742..f1ffea2d 100644
--- a/src/trans/monomorphise.hpp
+++ b/src/trans/monomorphise.hpp
@@ -14,4 +14,4 @@ namespace HIR {
class Crate;
}
-extern ::MIR::FunctionPointer Trans_Monomorphise(const ::HIR::Crate& crate, const Trans_Params& params, const ::MIR::FunctionPointer& tpl);
+extern ::MIR::FunctionPointer Trans_Monomorphise(const ::StaticTraitResolve& crate, const Trans_Params& params, const ::MIR::FunctionPointer& tpl);