aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/llvm-mca.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/llvm-mca.js')
-rw-r--r--lib/compilers/llvm-mca.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/llvm-mca.js b/lib/compilers/llvm-mca.js
index fc8e84b4c..eb885e21a 100644
--- a/lib/compilers/llvm-mca.js
+++ b/lib/compilers/llvm-mca.js
@@ -23,7 +23,7 @@
// POSSIBILITY OF SUCH DAMAGE.
const AnalysisTool = require('./analysis-tool'),
- argumentParsers = require("./argument-parsers");
+ argumentParsers = require('./argument-parsers');
// Plain compiler, which just runs the tool and returns whatever the output was
class LLVMmcaTool extends AnalysisTool {