From 187958b27aa6339c0d24c1a91341982d5b1ffb09 Mon Sep 17 00:00:00 2001 From: Vladimir Medic Date: Thu, 26 Feb 2015 12:29:48 +0000 Subject: Replace obsolete -mattr=n64 command line option with -target-abi=n64. No functional changes. llvm-svn: 230628 --- llvm/test/CodeGen/Mips/mips64extins.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/Mips/mips64extins.ll') diff --git a/llvm/test/CodeGen/Mips/mips64extins.ll b/llvm/test/CodeGen/Mips/mips64extins.ll index 14f92ca8694..211cd5f8e7f 100644 --- a/llvm/test/CodeGen/Mips/mips64extins.ll +++ b/llvm/test/CodeGen/Mips/mips64extins.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s +; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -target-abi=n64 | FileCheck %s define i64 @dext(i64 %i) nounwind readnone { entry: -- cgit v1.2.3