diff options
author | Dan Gohman <gohman@apple.com> | 2010-03-01 17:49:51 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-03-01 17:49:51 +0000 |
commit | 8b0a419eb18b93ae058391712edf4c2a43c4f325 (patch) | |
tree | 34b5598b41868886ce028331151d8b0edc6c3251 /llvm/lib/Analysis/IVUsers.cpp | |
parent | 574e72d17d132c1ca1bc29748958406e2199aba9 (diff) | |
download | bcm5719-llvm-8b0a419eb18b93ae058391712edf4c2a43c4f325.tar.gz bcm5719-llvm-8b0a419eb18b93ae058391712edf4c2a43c4f325.zip |
Spelling fixes.
llvm-svn: 97453
Diffstat (limited to 'llvm/lib/Analysis/IVUsers.cpp')
-rw-r--r-- | llvm/lib/Analysis/IVUsers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/IVUsers.cpp b/llvm/lib/Analysis/IVUsers.cpp index 44d72e8e0a9..98a436f79bd 100644 --- a/llvm/lib/Analysis/IVUsers.cpp +++ b/llvm/lib/Analysis/IVUsers.cpp @@ -222,7 +222,7 @@ bool IVUsers::AddUsersIfInteresting(Instruction *I) { // Descend recursively, but not into PHI nodes outside the current loop. // It's important to see the entire expression outside the loop to get // choices that depend on addressing mode use right, although we won't - // consider references ouside the loop in all cases. + // consider references outside the loop in all cases. // If User is already in Processed, we don't want to recurse into it again, // but do want to record a second reference in the same instruction. bool AddUserToIVUsers = false; @@ -330,7 +330,7 @@ void IVUsers::print(raw_ostream &OS, const Module *M) const { } OS << ":\n"; - // Use a defualt AssemblyAnnotationWriter to suppress the default info + // Use a default AssemblyAnnotationWriter to suppress the default info // comments, which aren't relevant here. AssemblyAnnotationWriter Annotator; for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(), |