diff options
author | Vladimir Medic <Vladimir.Medic@imgtec.com> | 2013-11-06 11:27:05 +0000 |
---|---|---|
committer | Vladimir Medic <Vladimir.Medic@imgtec.com> | 2013-11-06 11:27:05 +0000 |
commit | 2263a2ca72e21206d45a69532004a0b17881e733 (patch) | |
tree | 3c5f7434d9ee3b2edbfe7d72cc48f2420f9c1c71 /test/MC/Mips/mips_directives.s | |
parent | 54edcc2682e6710a85271e0439735ddbd5a1526e (diff) | |
download | external_llvm-2263a2ca72e21206d45a69532004a0b17881e733.zip external_llvm-2263a2ca72e21206d45a69532004a0b17881e733.tar.gz external_llvm-2263a2ca72e21206d45a69532004a0b17881e733.tar.bz2 |
Implement gpword directive for mips, test case added. Stype changes using clang-format are also included.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips_directives.s')
-rw-r--r-- | test/MC/Mips/mips_directives.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/Mips/mips_directives.s b/test/MC/Mips/mips_directives.s index bbb2616..6bd690a 100644 --- a/test/MC/Mips/mips_directives.s +++ b/test/MC/Mips/mips_directives.s @@ -21,6 +21,7 @@ $JTI0_0: .gpword ($BB0_2) .word 0x77fffffc # CHECK: $JTI0_0: +# CHECK: .gpword ($BB0_2) # CHECK-NEXT: .4byte 2013265916 .set at=$12 .set macro |