[llvm-commits] [llvm] r103642 - /llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Evan Cheng
evan.cheng at apple.com
Wed May 12 13:20:22 PDT 2010
Author: evancheng
Date: Wed May 12 15:20:22 2010
New Revision: 103642
URL: http://llvm.org/viewvc/llvm-project?rev=103642&view=rev
Log:
Remove a dead fixme.
Modified:
llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp?rev=103642&r1=103641&r2=103642&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp Wed May 12 15:20:22 2010
@@ -103,7 +103,6 @@
MI.eraseFromParent();
Modified = true;
}
- // FIXME: expand t2MOVi32imm
}
MBBI = NMBBI;
}
More information about the llvm-commits
mailing list