s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-08-27 12:54:02 +00:00
parent c9d94d1290
commit a4f0b3a084
44 changed files with 43 additions and 66 deletions

View File

@ -44,7 +44,7 @@
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Visibility.h"
#include "llvm/Support/Compiler.h"
#include <csetjmp>
using namespace llvm;