Deleted Added
full compact
IPO.h (193323) IPO.h (198892)
1/*===-- IPO.h - Interprocedural Transformations C Interface -----*- C++ -*-===*\
2|* *|
3|* The LLVM Compiler Infrastructure *|
4|* *|
5|* This file is distributed under the University of Illinois Open Source *|
6|* License. See LICENSE.TXT for details. *|
7|* *|
8|*===----------------------------------------------------------------------===*|

--- 40 unchanged lines hidden (view full) ---

49void LLVMAddIPConstantPropagationPass(LLVMPassManagerRef PM);
50
51/** See llvm::createLowerSetJmpPass function. */
52void LLVMAddLowerSetJmpPass(LLVMPassManagerRef PM);
53
54/** See llvm::createPruneEHPass function. */
55void LLVMAddPruneEHPass(LLVMPassManagerRef PM);
56
1/*===-- IPO.h - Interprocedural Transformations C Interface -----*- C++ -*-===*\
2|* *|
3|* The LLVM Compiler Infrastructure *|
4|* *|
5|* This file is distributed under the University of Illinois Open Source *|
6|* License. See LICENSE.TXT for details. *|
7|* *|
8|*===----------------------------------------------------------------------===*|

--- 40 unchanged lines hidden (view full) ---

49void LLVMAddIPConstantPropagationPass(LLVMPassManagerRef PM);
50
51/** See llvm::createLowerSetJmpPass function. */
52void LLVMAddLowerSetJmpPass(LLVMPassManagerRef PM);
53
54/** See llvm::createPruneEHPass function. */
55void LLVMAddPruneEHPass(LLVMPassManagerRef PM);
56
57/** See llvm::createRaiseAllocationsPass function. */
57// FIXME: Remove in LLVM 3.0.
58void LLVMAddRaiseAllocationsPass(LLVMPassManagerRef PM);
59
60/** See llvm::createStripDeadPrototypesPass function. */
61void LLVMAddStripDeadPrototypesPass(LLVMPassManagerRef PM);
62
63/** See llvm::createStripSymbolsPass function. */
64void LLVMAddStripSymbolsPass(LLVMPassManagerRef PM);
65
66#ifdef __cplusplus
67}
68#endif /* defined(__cplusplus) */
69
70#endif
58void LLVMAddRaiseAllocationsPass(LLVMPassManagerRef PM);
59
60/** See llvm::createStripDeadPrototypesPass function. */
61void LLVMAddStripDeadPrototypesPass(LLVMPassManagerRef PM);
62
63/** See llvm::createStripSymbolsPass function. */
64void LLVMAddStripSymbolsPass(LLVMPassManagerRef PM);
65
66#ifdef __cplusplus
67}
68#endif /* defined(__cplusplus) */
69
70#endif