[mips] Emit '.set nomicromips' before a function's entry label
authorMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 16 Apr 2014 11:46:59 +0000 (11:46 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 16 Apr 2014 11:46:59 +0000 (11:46 +0000)
commit8e0f5768a68f5a0d2e400085b1b4d64eb73aa401
treea40a18e481cf660efd0922d2187292f4116c5878
parent0af5a4e528c18b4f9bcfece16c5ea0fd1dd0f667
[mips] Emit '.set nomicromips' before a function's entry label
if not in micromips mode.

The test (elf_st_other.ll) was renamed as the name and description didn't
make sense as the test wasn't checking any symbol table entry.

Differential Revision: http://reviews.llvm.org/D3346

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206377 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
test/CodeGen/Mips/elf_st_other.ll [deleted file]
test/CodeGen/Mips/micromips-directives.ll [new file with mode: 0644]