Really remove this option.

llvm-svn: 82838
This commit is contained in:
Evan Cheng 2009-09-26 02:49:49 +00:00
parent d0fe5abc23
commit 6a3bdd872c
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@
#include "llvm/Target/TargetRegistry.h"
using namespace llvm;
static cl::opt<bool> DisableIfConversion("disable-arm-if-conversion",cl::Hidden,
cl::desc("Disable if-conversion pass"));
static const MCAsmInfo *createMCAsmInfo(const Target &T,
const StringRef &TT) {
Triple TheTriple(TT);