diff options
| author | Vladimir Medic <Vladimir.Medic@imgtec.com> | 2015-02-26 12:29:48 +0000 |
|---|---|---|
| committer | Vladimir Medic <Vladimir.Medic@imgtec.com> | 2015-02-26 12:29:48 +0000 |
| commit | 187958b27aa6339c0d24c1a91341982d5b1ffb09 (patch) | |
| tree | 3b43351fa8bc0fe8f4974ada6695fbfc099454c6 /llvm/test/CodeGen/Mips/mips64extins.ll | |
| parent | b812e323fa053490238730fa957d2a58db065c06 (diff) | |
| download | bcm5719-llvm-187958b27aa6339c0d24c1a91341982d5b1ffb09.tar.gz bcm5719-llvm-187958b27aa6339c0d24c1a91341982d5b1ffb09.zip | |
Replace obsolete -mattr=n64 command line option with -target-abi=n64. No functional changes.
llvm-svn: 230628
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64extins.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/mips64extins.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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: |

