diff options
Diffstat (limited to 'test/MC/ARM/dot-req.s')
-rw-r--r-- | test/MC/ARM/dot-req.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/ARM/dot-req.s b/test/MC/ARM/dot-req.s index 3b4cf5c..848c124 100644 --- a/test/MC/ARM/dot-req.s +++ b/test/MC/ARM/dot-req.s @@ -1,6 +1,9 @@ @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s .syntax unified bar: +@ The line is duplicated on purpose, it is legal to redefine a req with +@ the same value. +fred .req r5 fred .req r5 mov r11, fred .unreq fred |