Remove -print-hack-directives from a test where we already do the right thing.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 26 Jan 2014 04:14:50 +0000 (04:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 26 Jan 2014 04:14:50 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200116 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Mips/elf_st_other.ll

index 68cad48ffdf17edaedc0c80669b362df71ce6997..8a5f20df8617b083f33e050414857f6bfd9acb91 100644 (file)
@@ -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: