[llvm] r278246 - GlobalISel: fixup copy/paste comment error
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 09:51:18 PDT 2016
Author: tnorthover
Date: Wed Aug 10 11:51:18 2016
New Revision: 278246
URL: http://llvm.org/viewvc/llvm-project?rev=278246&view=rev
Log:
GlobalISel: fixup copy/paste comment error
Modified:
llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h
Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h?rev=278246&r1=278245&r2=278246&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h Wed Aug 10 11:51:18 2016
@@ -118,7 +118,7 @@ private:
bool translateStore(const StoreInst &SI);
/// Translate call instruction.
- /// \pre \p Inst is a branch instruction.
+ /// \pre \p Inst is a call instruction.
bool translateCall(const CallInst &Inst);
/// Translate one of LLVM's cast instructions into MachineInstrs, with the
More information about the llvm-commits
mailing list