mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +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;
|
class Pass;
|
||||||
|
|
||||||
// newPromoteMemoryToRegister - Return the pass to perform this transformation.
|
// createPromoteMemoryToRegister - Return the pass to perform this
|
||||||
Pass *newPromoteMemoryToRegister();
|
// transformation.
|
||||||
|
Pass *createPromoteMemoryToRegister();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user