1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Really remove this option.

llvm-svn: 82838
This commit is contained in:
Evan Cheng 2009-09-26 02:49:49 +00:00
parent 1088c37212
commit 48479d0c8f

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);