diff options
author | Manman Ren <manman.ren@gmail.com> | 2014-02-22 19:31:28 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2014-02-22 19:31:28 +0000 |
commit | 28671403bf897188e19fa14d7356fa8142b67fcd (patch) | |
tree | e122470d767a40e22f5b78074c1c2a525868313c /llvm/lib/CodeGen/RegAllocBase.cpp | |
parent | 19c02d29f578c4d582866d7c0f33c3ab16fadbac (diff) | |
download | bcm5719-llvm-28671403bf897188e19fa14d7356fa8142b67fcd.tar.gz bcm5719-llvm-28671403bf897188e19fa14d7356fa8142b67fcd.zip |
Fix typo
llvm-svn: 201944
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBase.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBase.cpp b/llvm/lib/CodeGen/RegAllocBase.cpp index 2e433811f44..48aadc2a5f3 100644 --- a/llvm/lib/CodeGen/RegAllocBase.cpp +++ b/llvm/lib/CodeGen/RegAllocBase.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file defines the RegAllocBase class which provides comon functionality +// This file defines the RegAllocBase class which provides common functionality // for LiveIntervalUnion-based register allocators. // //===----------------------------------------------------------------------===// |