diff options
Diffstat (limited to 'test/MC/ARM/AlignedBundling/group-bundle-arm.s')
-rw-r--r-- | test/MC/ARM/AlignedBundling/group-bundle-arm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/AlignedBundling/group-bundle-arm.s b/test/MC/ARM/AlignedBundling/group-bundle-arm.s index 6a5e454..823d9e0 100644 --- a/test/MC/ARM/AlignedBundling/group-bundle-arm.s +++ b/test/MC/ARM/AlignedBundling/group-bundle-arm.s @@ -2,7 +2,7 @@ # RUN: | llvm-objdump -no-show-raw-insn -triple armv7 -disassemble - | FileCheck %s # On ARM each instruction is 4 bytes long so padding for individual -# instructions should not be inserted. However, for bundle=locked groups +# instructions should not be inserted. However, for bundle-locked groups # it can be. .syntax unified |