[mips] Optimize long branch for MIPS64 by removing %higher and %highest.
[oota-llvm.git] / test / CodeGen / Mips / null.ll
index 3f55fa77e9c590d1199335ea02d619cd7db046a0..bc78a27f199c86e485abdc88c0b0badcea09dd78 100644 (file)
@@ -1,17 +1,13 @@
 ; RUN: llc  -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
 
-; FIXME: Disabled temporarily because it should not have worked previously
-; and will be fixed after a subsequent patch
-; REQUIRES: disabled
-
 
 define i32 @main() nounwind {
 entry:
   ret i32 0
 
-; 16:  .set    mips16                  # @main
+; 16:  .set    mips16
 
 
-; 16:  jr      $ra
+; 16:  jrc     $ra
 
 }