Fixed a bug in narrowing store operation.
[oota-llvm.git] / lib / Support / ScaledNumber.cpp
index 3cd75091caf05e12ab36d79efe96780375c2c863..6f6699cfa7c4276f21a8eb4ccca75643c1128cd1 100644 (file)
@@ -12,7 +12,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/ScaledNumber.h"
-
 #include "llvm/ADT/APFloat.h"
 #include "llvm/Support/Debug.h"