summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveVariables.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-05-03 01:11:54 +0000
committerDevang Patel <dpatel@apple.com>2007-05-03 01:11:54 +0000
commit8c78a0bff0c0e9d0594598bcb76cd623bb625083 (patch)
tree7bc923ea023ad1b97520bf8dc76bdb2bc861fc7b /llvm/lib/CodeGen/LiveVariables.cpp
parent7aa944da8b4de0e532a5634a66f99f418d4bd0dc (diff)
downloadbcm5719-llvm-8c78a0bff0c0e9d0594598bcb76cd623bb625083.tar.gz
bcm5719-llvm-8c78a0bff0c0e9d0594598bcb76cd623bb625083.zip
Drop 'const'
llvm-svn: 36662
Diffstat (limited to 'llvm/lib/CodeGen/LiveVariables.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveVariables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp
index 796f160f71e..4afeb28b1a5 100644
--- a/llvm/lib/CodeGen/LiveVariables.cpp
+++ b/llvm/lib/CodeGen/LiveVariables.cpp
@@ -37,7 +37,7 @@
#include <algorithm>
using namespace llvm;
-const char LiveVariables::ID = 0;
+char LiveVariables::ID = 0;
static RegisterPass<LiveVariables> X("livevars", "Live Variable Analysis");
void LiveVariables::VarInfo::dump() const {
OpenPOWER on IntegriCloud