Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/Mips/mips64r6/compatibility.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 54457678186b |
children |
line wrap: on
line diff
--- a/test/CodeGen/Mips/mips64r6/compatibility.ll Tue Jan 26 22:56:36 2016 +0900 +++ b/test/CodeGen/Mips/mips64r6/compatibility.ll Fri Nov 25 19:14:25 2016 +0900 @@ -1,5 +1,5 @@ -; RUN: llc -march=mipsel -mcpu=mips64r6 < %s | FileCheck %s -; RUN: not llc -march=mipsel -mcpu=mips64r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s +; RUN: llc -march=mipsel -mcpu=mips64r6 -target-abi n64 < %s | FileCheck %s +; RUN: not llc -march=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s ; CHECK: foo: ; DSP: MIPS64r6 is not compatible with the DSP ASE