aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PseudoSourceValue.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-16 23:30:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-16 23:30:19 +0000
commit13230064236e0cb916cefddcd75bd55d9ce15c41 (patch)
tree8c2aedee28ccf91c596c230d4407ae8420784dfe /include/llvm/CodeGen/PseudoSourceValue.h
parent80f60610826158dcbfbeb5c235ca0ea673d23281 (diff)
downloadexternal_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.gz
external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.tar.bz2
external_llvm-13230064236e0cb916cefddcd75bd55d9ce15c41.zip
[typo] An LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/PseudoSourceValue.h')
-rw-r--r--include/llvm/CodeGen/PseudoSourceValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h
index df74d08888..705086c22b 100644
--- a/include/llvm/CodeGen/PseudoSourceValue.h
+++ b/include/llvm/CodeGen/PseudoSourceValue.h
@@ -44,7 +44,7 @@ namespace llvm {
virtual bool isAliased(const MachineFrameInfo *) const;
/// mayAlias - Return true if the memory pointed to by this
- /// PseudoSourceValue can ever alias a LLVM IR Value.
+ /// PseudoSourceValue can ever alias an LLVM IR Value.
virtual bool mayAlias(const MachineFrameInfo *) const;
/// classof - Methods for support type inquiry through isa, cast, and