[llvm-commits] [llvm] r62377 - /llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp

Gabor Greif ggreif at gmail.com
Fri Jan 16 15:08:50 PST 2009


Author: ggreif
Date: Fri Jan 16 17:08:50 2009
New Revision: 62377

URL: http://llvm.org/viewvc/llvm-project?rev=62377&view=rev
Log:
typo

Modified:
    llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp

Modified: llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp?rev=62377&r1=62376&r2=62377&view=diff

==============================================================================
--- llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp Fri Jan 16 17:08:50 2009
@@ -535,7 +535,7 @@
       }
     }
 
-    // Add a branch to the merge points and remove retrun instructions.
+    // Add a branch to the merge points and remove return instructions.
     for (unsigned i = 0, e = Returns.size(); i != e; ++i) {
       ReturnInst *RI = Returns[i];
       BranchInst::Create(AfterCallBB, RI);





More information about the llvm-commits mailing list