From: Dan Gohman Date: Thu, 26 Jul 2007 15:11:00 +0000 (+0000) Subject: Fix a pasto in a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=face9e56a16c943c43b007d1f3d5c1d94b94226b;p=oota-llvm.git Fix a pasto in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp index 89e9621c172..3c112277859 100644 --- a/utils/TableGen/IntrinsicEmitter.cpp +++ b/utils/TableGen/IntrinsicEmitter.cpp @@ -309,7 +309,7 @@ EmitNoMemoryInfo(const std::vector &Ints, std::ostream &OS) { break; } } - OS << " return true; // These intrinsics have no side effects.\n"; + OS << " return true; // These intrinsics do not reference memory.\n"; OS << " }\n"; OS << "#endif\n\n"; }