mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef1b62b00a
commit
0f7d2e8b8d
@ -104,7 +104,7 @@ Pass *createInternalizePass();
|
||||
Pass *createDeadArgEliminationPass();
|
||||
|
||||
// DeadArgHacking pass - Same as DAE, but delete arguments of external functions
|
||||
// as well. This is definately not safe, and should only be used by bugpoint.
|
||||
// as well. This is definitely not safe, and should only be used by bugpoint.
|
||||
Pass *createDeadArgHackingPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user