]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - llvm/LLVMAPI.cpp
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / llvm / LLVMAPI.cpp
index 283723e16bb1347c90a406e87410c135e0ae8f33..34995124f21a2183549d4ca2932765a314d0faae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Apple Inc. All rights reserved.
+ * Copyright (C) 2013, 2015 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -31,6 +31,7 @@
 namespace JSC {
 
 LLVMAPI* llvm;
+bool enableLLVMFastISel;
 
 }