diff options
author | Dan Gohman <gohman@apple.com> | 2009-06-14 23:30:43 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-06-14 23:30:43 +0000 |
commit | 4fe64deb7bf4765e79f0a93735c7d5500225e214 (patch) | |
tree | c7476fbd5c3783297c59466f8b4a58d9908d4c60 /llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp | |
parent | 038d02e74e0dcf33b0ce866c71b0d886e9577777 (diff) | |
download | bcm5719-llvm-4fe64deb7bf4765e79f0a93735c7d5500225e214.tar.gz bcm5719-llvm-4fe64deb7bf4765e79f0a93735c7d5500225e214.zip |
Fix old-style type names in comments.
llvm-svn: 73362
Diffstat (limited to 'llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp b/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp index 42978e753d1..e9bee6408fe 100644 --- a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp +++ b/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp @@ -401,8 +401,8 @@ static void SplitEdgeNicely(TerminatorInst *TI, unsigned SuccNum, /// OptimizeNoopCopyExpression - If the specified cast instruction is a noop -/// copy (e.g. it's casting from one pointer type to another, int->uint, or -/// int->sbyte on PPC), sink it into user blocks to reduce the number of virtual +/// copy (e.g. it's casting from one pointer type to another, i32->i8 on PPC), +/// sink it into user blocks to reduce the number of virtual /// registers that must be created and coalesced. /// /// Return true if any changes are made. |