summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-18 04:16:27 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-18 04:16:27 +0000
commit803fa2c60544aeba1df310d9aa5e46839517234f (patch)
tree75793bd930b06bbd3117de81b52d73b9e49ed5da /tools/llc
parent79976a40728c8baa8cd16de90173fe2c48937e22 (diff)
downloadllvm-803fa2c60544aeba1df310d9aa5e46839517234f.tar.gz
llvm-803fa2c60544aeba1df310d9aa5e46839517234f.tar.bz2
llvm-803fa2c60544aeba1df310d9aa5e46839517234f.tar.xz
LLC doesn't need to create MCInstrInfo's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index b36e941ecf..c40298c3b1 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -202,7 +202,6 @@ int main(int argc, char **argv) {
// Initialize targets first, so that --version shows registered targets.
InitializeAllTargets();
InitializeAllMCAsmInfos();
- InitializeAllMCInstrInfos();
InitializeAllMCSubtargetInfos();
InitializeAllAsmPrinters();
InitializeAllAsmParsers();