diff options
author | Nadav Rotem <nadav.rotem@intel.com> | 2012-02-26 08:43:43 +0000 |
---|---|---|
committer | Nadav Rotem <nadav.rotem@intel.com> | 2012-02-26 08:43:43 +0000 |
commit | 089cf4211c6f6c38f5a10134cfcc645ff944deb4 (patch) | |
tree | 6f81a6b7ac970966b0243a5a6f8bda9134e08e87 /llvm/tools/llvm-stress/llvm-stress.cpp | |
parent | 78bda8941295d6d357da53454ada1d9c02770b54 (diff) | |
download | bcm5719-llvm-089cf4211c6f6c38f5a10134cfcc645ff944deb4.tar.gz bcm5719-llvm-089cf4211c6f6c38f5a10134cfcc645ff944deb4.zip |
fix a copy-and-paste error in the docs
llvm-svn: 151480
Diffstat (limited to 'llvm/tools/llvm-stress/llvm-stress.cpp')
-rw-r--r-- | llvm/tools/llvm-stress/llvm-stress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-stress/llvm-stress.cpp b/llvm/tools/llvm-stress/llvm-stress.cpp index e24e76679ac..e99d54b2564 100644 --- a/llvm/tools/llvm-stress/llvm-stress.cpp +++ b/llvm/tools/llvm-stress/llvm-stress.cpp @@ -1,4 +1,4 @@ -//===-- llvm-stress.cpp - Print the size of each object section ------------===// +//===-- llvm-stress.cpp - Generate random LL files to stress-test LLVM -----===// // // The LLVM Compiler Infrastructure // |