diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 18:14:24 +0000 |
| commit | 329983228facab758490d524a4f48a365a4f13a3 (patch) | |
| tree | 5d0f99099ae5dc9226216054cbe606038ead1b24 /llvm/lib/Analysis/IPA/IPModRef.cpp | |
| parent | cd5a59fb5b185d7dc39af6c3b4bb7a45ad77c8e2 (diff) | |
| download | bcm5719-llvm-329983228facab758490d524a4f48a365a4f13a3.tar.gz bcm5719-llvm-329983228facab758490d524a4f48a365a4f13a3.zip | |
Fixed spelling and grammar.
llvm-svn: 8478
Diffstat (limited to 'llvm/lib/Analysis/IPA/IPModRef.cpp')
| -rw-r--r-- | llvm/lib/Analysis/IPA/IPModRef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/IPModRef.cpp b/llvm/lib/Analysis/IPA/IPModRef.cpp index 86bddc8a8d9..a90b5c62b02 100644 --- a/llvm/lib/Analysis/IPA/IPModRef.cpp +++ b/llvm/lib/Analysis/IPA/IPModRef.cpp @@ -183,7 +183,7 @@ DSGraph* FunctionModRefInfo::ResolveCallSiteModRefInfo(CallInst &CI, // Compute Mod/Ref bit vectors for a single call site. // These are copies of the Read/Write flags from the nodes of -// the graph produced by clearing all flags in teh caller's TD graph +// the graph produced by clearing all flags in the caller's TD graph // and then inlining the callee's BU graph into the caller's TD graph. // void |

