/*
- * 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
returnType (*name) signature;
FOR_EACH_LLVM_API_FUNCTION(LLVM_API_FUNCTION_DECLARATION)
#undef LLVM_API_FUNCTION_DECLARATION
+
+ // Functions that we add conditionally.
+ void (*AddLowerSwitchPass)(LLVMPassManagerRef PM);
};
extern LLVMAPI* llvm;
+extern bool enableLLVMFastISel;
} // namespace JSC