summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-04-11 21:09:54 +0000
committerJim Grosbach <grosbach@apple.com>2012-04-11 21:09:54 +0000
commitb4722bba5f9face7e81d69202b3b6eaec5750314 (patch)
tree9cb21a67386b7e541e999655da5ee7601246dbbd /llvm/utils
parent3263a07d48765f9b0bb0303a7e6f051ae898596a (diff)
downloadbcm5719-llvm-b4722bba5f9face7e81d69202b3b6eaec5750314.tar.gz
bcm5719-llvm-b4722bba5f9face7e81d69202b3b6eaec5750314.zip
Remove incorrect comment.
llvm-svn: 154533
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/InstrInfoEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/InstrInfoEmitter.h b/llvm/utils/TableGen/InstrInfoEmitter.h
index ba4048efd03..f8d3ea51c81 100644
--- a/llvm/utils/TableGen/InstrInfoEmitter.h
+++ b/llvm/utils/TableGen/InstrInfoEmitter.h
@@ -35,7 +35,7 @@ class InstrInfoEmitter : public TableGenBackend {
public:
InstrInfoEmitter(RecordKeeper &R) : Records(R), CDP(R) { }
- // run - Output the instruction set description, returning true on failure.
+ // run - Output the instruction set description.
void run(raw_ostream &OS);
private:
OpenPOWER on IntegriCloud