diff options
Diffstat (limited to 'src/analyzer.js')
-rw-r--r-- | src/analyzer.js | 2 |
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]), }; |