forked from OSchip/llvm-project
parent
9d810e0494
commit
6d56c6b5b6
|
@ -1,4 +1,4 @@
|
|||
//===------------------------------------------------------------------------===
|
||||
//===----------------------------------------------------------------------===//
|
||||
// LLVM 'DIS' UTILITY
|
||||
//
|
||||
// This utility may be invoked in the following manner:
|
||||
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
// TODO: add -vcg which prints VCG compatible output.
|
||||
//
|
||||
//===------------------------------------------------------------------------===
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <iostream.h>
|
||||
#include <fstream.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===------------------------------------------------------------------------===
|
||||
//===----------------------------------------------------------------------===//
|
||||
// LLVM 'DIS' UTILITY
|
||||
//
|
||||
// This utility may be invoked in the following manner:
|
||||
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
// TODO: add -vcg which prints VCG compatible output.
|
||||
//
|
||||
//===------------------------------------------------------------------------===
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <iostream.h>
|
||||
#include <fstream.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===------------------------------------------------------------------------===
|
||||
//===----------------------------------------------------------------------===//
|
||||
// LLVM 'DIS' UTILITY
|
||||
//
|
||||
// This utility may be invoked in the following manner:
|
||||
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
// TODO: add -vcg which prints VCG compatible output.
|
||||
//
|
||||
//===------------------------------------------------------------------------===
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <iostream.h>
|
||||
#include <fstream.h>
|
||||
|
|
Loading…
Reference in New Issue