summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCFixupKindInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-05-11 01:39:13 +0000
committerJim Grosbach <grosbach@apple.com>2012-05-11 01:39:13 +0000
commit639aa87bee77fe2d83f0978ae1eea53e49def324 (patch)
tree7b906536257553374b21e3e668c27ceb2379a46a /include/llvm/MC/MCFixupKindInfo.h
parent5b6dfee28e86529030cabdc356e00b4d70747d65 (diff)
downloadllvm-639aa87bee77fe2d83f0978ae1eea53e49def324.tar.gz
llvm-639aa87bee77fe2d83f0978ae1eea53e49def324.tar.bz2
llvm-639aa87bee77fe2d83f0978ae1eea53e49def324.tar.xz
Tidy up. Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCFixupKindInfo.h')
-rw-r--r--include/llvm/MC/MCFixupKindInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCFixupKindInfo.h b/include/llvm/MC/MCFixupKindInfo.h
index 1961687146..6979ad5807 100644
--- a/include/llvm/MC/MCFixupKindInfo.h
+++ b/include/llvm/MC/MCFixupKindInfo.h
@@ -18,7 +18,7 @@ struct MCFixupKindInfo {
/// Is this fixup kind PCrelative? This is used by the assembler backend to
/// evaluate fixup values in a target independent manner when possible.
FKF_IsPCRel = (1 << 0),
-
+
/// Should this fixup kind force a 4-byte aligned effective PC value?
FKF_IsAlignedDownTo32Bits = (1 << 1)
};