summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCCodeEmitter.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-12-15 18:48:27 +0000
committerOwen Anderson <resistor@mac.com>2010-12-15 18:48:27 +0000
commit47dbd429daefa9b3f19347194ddfb6f69642465e (patch)
tree49cd641d22462d0648d5a3e7567c89a0c20057a1 /include/llvm/MC/MCCodeEmitter.h
parent49e41c517966af290a6115bbc57878f1033ad1e9 (diff)
downloadllvm-47dbd429daefa9b3f19347194ddfb6f69642465e.tar.gz
llvm-47dbd429daefa9b3f19347194ddfb6f69642465e.tar.bz2
llvm-47dbd429daefa9b3f19347194ddfb6f69642465e.tar.xz
Implement cleanups suggested by Daniel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCCodeEmitter.h')
-rw-r--r--include/llvm/MC/MCCodeEmitter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/MC/MCCodeEmitter.h b/include/llvm/MC/MCCodeEmitter.h
index 2588661b62..d4eec7169e 100644
--- a/include/llvm/MC/MCCodeEmitter.h
+++ b/include/llvm/MC/MCCodeEmitter.h
@@ -27,8 +27,8 @@ struct MCFixupKindInfo {
/// 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_IsAligned = (1 << 1)
+ /// Should this fixup kind force a 4-byte aligned effective PC value?
+ FKF_IsAlignedDownTo32Bits = (1 << 1)
};
/// A target specific name for the fixup kind. The names will be unique for