summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-29 23:46:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-29 23:46:59 +0000
commitc29dfa786a23c9ff0827ce4a56b5b178e4087aaa (patch)
tree65548bffd97a4d84a4d4e6ae133b9ffa211904dc /include
parent93a65b2fe1cef7eac1473b6f47ddbfdc4a362616 (diff)
downloadllvm-c29dfa786a23c9ff0827ce4a56b5b178e4087aaa.tar.gz
llvm-c29dfa786a23c9ff0827ce4a56b5b178e4087aaa.tar.bz2
llvm-c29dfa786a23c9ff0827ce4a56b5b178e4087aaa.tar.xz
llvm-mc: Parse .{,b,p2}align{,w,l} directives.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCStreamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index bb85d2d554..793af5d4c0 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -135,7 +135,7 @@ namespace llvm {
/// This used to implement the .align assembler directive.
///
/// @param ByteAlignment - The alignment to reach. This must be a power of
- /// two.
+ /// two on some targets.
/// @param Value - The value to use when filling bytes.
/// @param Size - The size of the integer (in bytes) to emit for @param
/// Value. This must match a native machine width.