fit in 80 cols

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-04-29 05:51:00 +00:00
parent 01b27458a1
commit 63db485b79

View File

@@ -27,6 +27,7 @@
// The tool is also able to print a bytecode file in a straight forward text // The tool is also able to print a bytecode file in a straight forward text
// format that shows the containment and relationships of the information in // format that shows the containment and relationships of the information in
// the bytecode file (-dump option). // the bytecode file (-dump option).
//
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#include "llvm/Analysis/Verifier.h" #include "llvm/Analysis/Verifier.h"
@@ -92,5 +93,3 @@ int main(int argc, char **argv) {
} }
return 1; return 1;
} }
// vim: sw=2