diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-26 04:14:50 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-26 04:14:50 +0000 |
| commit | e52d5566140da82d79854b0acc84dec7e8d6e1c9 (patch) | |
| tree | f96861d00e94950017fd93ee87da4d7694a6529f /llvm/test/CodeGen | |
| parent | aa935866788caed6e2dda75b273d898aed05fcc5 (diff) | |
| download | bcm5719-llvm-e52d5566140da82d79854b0acc84dec7e8d6e1c9.tar.gz bcm5719-llvm-e52d5566140da82d79854b0acc84dec7e8d6e1c9.zip | |
Remove -print-hack-directives from a test where we already do the right thing.
llvm-svn: 200116
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Mips/elf_st_other.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/elf_st_other.ll b/llvm/test/CodeGen/Mips/elf_st_other.ll index 68cad48ffdf..8a5f20df861 100644 --- a/llvm/test/CodeGen/Mips/elf_st_other.ll +++ b/llvm/test/CodeGen/Mips/elf_st_other.ll @@ -1,7 +1,7 @@ ; This tests value of ELF st_other field for function symbol table entries. ; For microMIPS value should be equal to STO_MIPS_MICROMIPS. -; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -print-hack-directives %s -o - | FileCheck %s +; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck %s define i32 @main() nounwind { entry: |

