mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 23:48:49 +00:00
Fix spelling of `correlate'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd7f8cf70b
commit
5e96a3a49f
@ -46,7 +46,7 @@ namespace llvm {
|
||||
cl::desc("Print estimates on live ins and outs"),
|
||||
cl::Hidden);
|
||||
cl::opt<bool> EnableAlphaLSMark("enable-alpha-lsmark",
|
||||
cl::desc("Emit symbols to corrolate Mem ops to LLVM Values"),
|
||||
cl::desc("Emit symbols to correlate Mem ops to LLVM Values"),
|
||||
cl::Hidden);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user