aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-04 00:15:13 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-04 00:15:13 -0700
commit30cc97c85c1579de20d682d830349504230356bb (patch)
tree724847d3543ffbaa7b3c5e72fbae3b594c693e18 /src/library.js
parent7a7ab766e560b812de639c772e1d1d43ad847157 (diff)
stubs for lifecycle intrinsics, and do not generate calls to stubs
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 529a5d3f..05f59290 100644
--- a/src/library.js
+++ b/src/library.js
@@ -4047,9 +4047,12 @@ LibraryManager.library = {
},
llvm_expect_i32: function(x, y) {
- return x == y;
+ return x == y; // TODO: inline this
},
+ llvm_lifetime_start: function() {},
+ llvm_lifetime_end: function() {},
+
// ==========================================================================
// iostream.h
// ==========================================================================