[X86] Remove a strange fixme referring to a hack that doesn't seem to exist since...
[oota-llvm.git] / lib / IR / Constants.cpp
index c4b18adc6162a0bcfe4938dd6bca8181099290d2..1d2602aef137f4e80dcd581f976b24db97370083 100644 (file)
@@ -554,7 +554,6 @@ Constant *ConstantInt::getFalse(Type *Ty) {
                                   ConstantInt::getFalse(Ty->getContext()));
 }
 
-
 // Get a ConstantInt from an APInt.
 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) {
   // get an existing value or the insertion position