diff options
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaInstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.cpp | 3 |
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 && |