summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-06-20 22:36:09 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-06-20 22:36:09 +0000
commitfb7b9a752280109b381ba220d1d5aa8bbad83079 (patch)
tree4850fb02152921e28eb61657e2131dc3b489b1eb /include
parent6f5fa4a3638a0e8d6f905bc9681a083391f6ec07 (diff)
downloadllvm-fb7b9a752280109b381ba220d1d5aa8bbad83079.tar.gz
llvm-fb7b9a752280109b381ba220d1d5aa8bbad83079.tar.bz2
llvm-fb7b9a752280109b381ba220d1d5aa8bbad83079.tar.xz
Support: ScaledNumber: Fix inconsistent test names
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/ScaledNumber.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/ScaledNumber.h b/include/llvm/Support/ScaledNumber.h
index 6d563fba1e..1acc4b1b16 100644
--- a/include/llvm/Support/ScaledNumber.h
+++ b/include/llvm/Support/ScaledNumber.h
@@ -231,4 +231,3 @@ template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) {
} // end namespace llvm
#endif
-