summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-01-24 19:44:07 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-01-24 19:44:07 +0000
commit2f0f8455349a711973e5017205e56d004bdb2aa6 (patch)
tree3d1da738a1c6c78c37b2cbbe323d6ed4df1f4ce7 /llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
parent6d1a96bccce5b3831ee9ede4624313b07398461d (diff)
downloadbcm5719-llvm-2f0f8455349a711973e5017205e56d004bdb2aa6.tar.gz
bcm5719-llvm-2f0f8455349a711973e5017205e56d004bdb2aa6.zip
Clean ups, and taught the instruction selector about immediate forms
llvm-svn: 19816
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaInstrInfo.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaInstrInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
index 3ca0ebd42a5..9bb9accb424 100644
--- a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
+++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
@@ -1,4 +1,4 @@
-//===- AlphaInstrInfo.cpp - Alpha Instruction Information ---*- C++ -*-===//
+//===- AlphaInstrInfo.cpp - Alpha Instruction Information ---*- C++ -*-----===//
//
// The LLVM Compiler Infrastructure
//
@@ -25,7 +25,6 @@ AlphaInstrInfo::AlphaInstrInfo()
bool AlphaInstrInfo::isMoveInstr(const MachineInstr& MI,
unsigned& sourceReg,
unsigned& destReg) const {
- //assert(0 && "TODO");
MachineOpCode oc = MI.getOpcode();
if (oc == Alpha::BIS) { // or r1, r2, r2
assert(MI.getNumOperands() == 3 &&
OpenPOWER on IntegriCloud