rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 bytes.
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2013 18:04:19 +0000 (18:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2013 18:04:19 +0000 (18:04 +0000)
commitfd0543d9be9886398628e411aba8c392b28d17b6
treea336a7b064b22b13942c0a2d88d3f3984803228d
parentdc0a5fd226f85711018663526b4acd1c886367d3
rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173062 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitstreamReader.h
lib/Bitcode/Reader/BitstreamReader.cpp