mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
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:
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user