summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerSwitch.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-27 12:54:02 +0000
committerChris Lattner <sabre@nondot.org>2006-08-27 12:54:02 +0000
commita4f0b3a084d120cfc5b5bb06f64b222f5cb72740 (patch)
treea5d892ccf293725257cd4211c46a0527ec8898f1 /lib/Transforms/Utils/LowerSwitch.cpp
parentc9d94d12900bd0d2bd482ef31f8f1deb3ffafa23 (diff)
downloadllvm-a4f0b3a084d120cfc5b5bb06f64b222f5cb72740.tar.gz
llvm-a4f0b3a084d120cfc5b5bb06f64b222f5cb72740.tar.bz2
llvm-a4f0b3a084d120cfc5b5bb06f64b222f5cb72740.tar.xz
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
Diffstat (limited to 'lib/Transforms/Utils/LowerSwitch.cpp')
-rw-r--r--lib/Transforms/Utils/LowerSwitch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LowerSwitch.cpp b/lib/Transforms/Utils/LowerSwitch.cpp
index 396b507bbd..a7c85c80bf 100644
--- a/lib/Transforms/Utils/LowerSwitch.cpp
+++ b/lib/Transforms/Utils/LowerSwitch.cpp
@@ -20,7 +20,7 @@
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
-#include "llvm/Support/Visibility.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/ADT/Statistic.h"
#include <algorithm>
#include <iostream>