aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.js
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2010-12-04 23:07:54 -0800
committerAlon Zakai <azakai@mozilla.com>2010-12-04 23:07:54 -0800
commitb65e0996fdb8aefd873c26fe18edd861e6a95f92 (patch)
tree6b4edaa62828db7961771ab3c772bc99a53bf2e6 /src/analyzer.js
parente1caf733964f01be61839ac75c95993908104a7e (diff)
library additions
Diffstat (limited to 'src/analyzer.js')
-rw-r--r--src/analyzer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer.js b/src/analyzer.js
index 9b29c72c..6dd781c2 100644
--- a/src/analyzer.js
+++ b/src/analyzer.js
@@ -244,7 +244,7 @@ function analyzer(data, givenTypes) {
func.variables[item.ident] = {
ident: item.ident,
type: item.value.type,
- origin: item.value.intertype,
+ origin: item.value.intertype, // XXX should say something in the case of fastgetelementptrload
lineNum: item.lineNum,
uses: parseInt(item.value.tokens.slice(-1)[0].item.tokens[0].text.split('=')[1]),
};