1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,

<string>, or llvm/Value.h.  Move up the inclusion of llvm/Support/Mangler.h.

llvm-svn: 7321
This commit is contained in:
Brian Gaeke 2003-07-25 20:21:20 +00:00
parent 11e6d7f2de
commit 991f66b7e2
2 changed files with 2 additions and 10 deletions

View File

@ -4,14 +4,10 @@
//
//===----------------------------------------------------------------------===//
#include <iostream>
#include <set>
#include <string>
#include "llvm/Value.h"
#include "llvm/Support/Mangler.h"
#include "llvm/Module.h"
#include "llvm/Type.h"
#include "Support/StringExtras.h"
#include "llvm/Support/Mangler.h"
/// makeNameProper - We don't want identifier names with ., space, or
/// - in them, so we mangle these characters into the strings "d_",

View File

@ -4,14 +4,10 @@
//
//===----------------------------------------------------------------------===//
#include <iostream>
#include <set>
#include <string>
#include "llvm/Value.h"
#include "llvm/Support/Mangler.h"
#include "llvm/Module.h"
#include "llvm/Type.h"
#include "Support/StringExtras.h"
#include "llvm/Support/Mangler.h"
/// makeNameProper - We don't want identifier names with ., space, or
/// - in them, so we mangle these characters into the strings "d_",