commit | 9669c6615d8403c6fbd2bbd44316b7d74ba29b81 | [log] [tgz] |
---|---|---|
author | Dan Gohman <djg@cray.com> | Thu Jul 26 15:11:00 2007 +0000 |
committer | Dan Gohman <djg@cray.com> | Thu Jul 26 15:11:00 2007 +0000 |
tree | 2e28554d6614ec6156bf1ff561fca3859deea19a | |
parent | 10a95baae33a8b37820bf3bb73046769daff6ee6 [diff] [blame] |
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 89e9621..3c11227 100644 --- a/utils/TableGen/IntrinsicEmitter.cpp +++ b/utils/TableGen/IntrinsicEmitter.cpp
@@ -309,7 +309,7 @@ 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"; }