summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-26 04:14:50 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-26 04:14:50 +0000
commit07f1de473f6ed6c42d9798c59cd90b61bac9c640 (patch)
tree4c4f4bc7a15e51d357a890752618c8cd177df914
parentd41a30ed8c9f0da61c16a9040cb116cea63a694b (diff)
downloadllvm-07f1de473f6ed6c42d9798c59cd90b61bac9c640.tar.gz
llvm-07f1de473f6ed6c42d9798c59cd90b61bac9c640.tar.bz2
llvm-07f1de473f6ed6c42d9798c59cd90b61bac9c640.tar.xz
Remove -print-hack-directives from a test where we already do the right thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200116 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Mips/elf_st_other.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/elf_st_other.ll b/test/CodeGen/Mips/elf_st_other.ll
index 68cad48ffd..8a5f20df86 100644
--- a/test/CodeGen/Mips/elf_st_other.ll
+++ b/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: