Drop support for Mips1 and Mips2.
[oota-llvm.git] / test / CodeGen / Mips / tls.ll
index 034738b62627c57f57815037e10d3b084da8b5e8..b0474b4c44349d62f06896293b4aca811b54f621 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -march=mipsel -mcpu=mips2 < %s | FileCheck %s -check-prefix=PIC
-; RUN: llc -march=mipsel -mcpu=mips2 -relocation-model=static < %s \
+; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=PIC
+; RUN: llc -march=mipsel -relocation-model=static < %s \
 ; RUN:                             | FileCheck %s -check-prefix=STATIC