Changeset 182483 in webkit for trunk/Source/JavaScriptCore/llvm/LLVMAPI.h
- Timestamp:
- Apr 7, 2015, 12:41:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llvm/LLVMAPI.h
r164424 r182483 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 39 39 FOR_EACH_LLVM_API_FUNCTION(LLVM_API_FUNCTION_DECLARATION) 40 40 #undef LLVM_API_FUNCTION_DECLARATION 41 42 // Functions that we add conditionally. 43 void (*AddLowerSwitchPass)(LLVMPassManagerRef PM); 41 44 }; 42 45 43 46 extern LLVMAPI* llvm; 47 extern bool enableLLVMFastISel; 44 48 45 49 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.