diff options
-rw-r--r-- | src/intertyper.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intertyper.js b/src/intertyper.js index 677d9451..226c3703 100644 --- a/src/intertyper.js +++ b/src/intertyper.js @@ -425,6 +425,7 @@ function intertyper(data, parseFunctions, baseLineNum) { }); } } else { + if (!item.tokens[3]) throw 'Did you run llvm-dis with -show-annotations? (b)'; if (item.tokens[3].text == 'c') item.tokens.splice(3, 1); if (item.tokens[3].text in PARSABLE_LLVM_FUNCTIONS) { |