mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Fix typo in comment.
llvm-svn: 10487
This commit is contained in:
parent
ce63e55d3f
commit
98cfeec17b
@ -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