summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-upgrade/llvm-upgrade.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-05 17:19:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-05 17:19:32 +0000
commit9ca1b589af25e93e402a9ec906d253e15d19cb44 (patch)
tree572e90154649f68e4a20c7639487ce2580b69d18 /llvm/tools/llvm-upgrade/llvm-upgrade.cpp
parent6ee573f5230407ab70db140b5fc5fa07b9df5483 (diff)
downloadbcm5719-llvm-9ca1b589af25e93e402a9ec906d253e15d19cb44.tar.gz
bcm5719-llvm-9ca1b589af25e93e402a9ec906d253e15d19cb44.zip
Adjust to new header file name.
llvm-svn: 32907
Diffstat (limited to 'llvm/tools/llvm-upgrade/llvm-upgrade.cpp')
-rw-r--r--llvm/tools/llvm-upgrade/llvm-upgrade.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-upgrade/llvm-upgrade.cpp b/llvm/tools/llvm-upgrade/llvm-upgrade.cpp
index 64ae5abf9a2..38aa9ad0522 100644
--- a/llvm/tools/llvm-upgrade/llvm-upgrade.cpp
+++ b/llvm/tools/llvm-upgrade/llvm-upgrade.cpp
@@ -19,7 +19,7 @@
//
//===----------------------------------------------------------------------===//
-#include "ParserInternals.h"
+#include "UpgradeInternals.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Streams.h"
OpenPOWER on IntegriCloud