aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-06-21 21:06:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-06-21 21:06:17 +0000
commit4e85e8cdbb7d546d45d12ad2f661fbdc9e1597e5 (patch)
tree9a07a358ce16e92d533bde6689e1783b9093194a
parent8bb06b7c40b14ce2dae414b0aa034e9b23b278c9 (diff)
parent70e8843d4a96624adce4ba3de0fcedd8483b0877 (diff)
downloadandroid_frameworks_compile_slang-4e85e8cdbb7d546d45d12ad2f661fbdc9e1597e5.tar.gz
android_frameworks_compile_slang-4e85e8cdbb7d546d45d12ad2f661fbdc9e1597e5.tar.bz2
android_frameworks_compile_slang-4e85e8cdbb7d546d45d12ad2f661fbdc9e1597e5.zip
Merge "Remove unused option from BitWriter_3_2"
-rw-r--r--BitWriter_3_2/BitcodeWriter.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/BitWriter_3_2/BitcodeWriter.cpp b/BitWriter_3_2/BitcodeWriter.cpp
index ebd4d13..11f224a 100644
--- a/BitWriter_3_2/BitcodeWriter.cpp
+++ b/BitWriter_3_2/BitcodeWriter.cpp
@@ -33,11 +33,7 @@
#include <map>
using namespace llvm;
-static cl::opt<bool>
-EnablePreserveUseListOrdering("enable-bc-uselist-preserve",
- cl::desc("Turn on experimental support for "
- "use-list order preservation."),
- cl::init(false), cl::Hidden);
+static bool EnablePreserveUseListOrdering = false;
/// These are manifest constants used by the bitcode writer. They do not need to
/// be kept in sync with the reader, but need to be consistent within this file.