mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Rename constructor function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2006 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98a37c2b9c
commit
5758eec1e0
@ -16,7 +16,8 @@
|
||||
|
||||
class Pass;
|
||||
|
||||
// newPromoteMemoryToRegister - Return the pass to perform this transformation.
|
||||
Pass *newPromoteMemoryToRegister();
|
||||
// createPromoteMemoryToRegister - Return the pass to perform this
|
||||
// transformation.
|
||||
Pass *createPromoteMemoryToRegister();
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user