[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Jun 6 12:08:15 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.120 -> 1.121
---
Log message:
Fix spelling of `correlate'
---
Diffs of the changes: (+1 -1)
AlphaISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.120 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.121
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.120 Mon Jun 6 14:03:55 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Mon Jun 6 14:08:04 2005
@@ -46,7 +46,7 @@
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);
}
More information about the llvm-commits
mailing list