aboutsummaryrefslogtreecommitdiffstats
path: root/llvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm.cpp')
-rw-r--r--llvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm.cpp b/llvm.cpp
index 3688845..4fa9ca9 100644
--- a/llvm.cpp
+++ b/llvm.cpp
@@ -345,7 +345,7 @@ void
ACall::lift(CEnv& cenv)
{
AFn* c = cenv.tenv.resolve(at(0))->to<AFn*>();
- AType argsT(loc, NULL);
+ AType argsT(loc, NULL);
// Lift arguments
for (size_t i = 1; i < size(); ++i) {