commit | 33ff5aeaa81b6933d14bc889a5368d7559518e90 | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanak@gmail.com> | Fri Sep 09 23:14:58 2011 +0000 |
committer | Akira Hatanaka <ahatanak@gmail.com> | Fri Sep 09 23:14:58 2011 +0000 |
tree | 0965b28b69c4d48df0e0fddd357eecb33a78838f | |
parent | 921d01ae1ff4e1dad2daeed22f8259a7a520412f [diff] [blame] |
Fix test cases. Generate code for Mips32r1 unless a Mips32r2 feature is tested. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139433 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Mips/double2int.ll b/test/CodeGen/Mips/double2int.ll index 3d033e1..445ccb3 100644 --- a/test/CodeGen/Mips/double2int.ll +++ b/test/CodeGen/Mips/double2int.ll
@@ -1,4 +1,4 @@ -; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s +; RUN: llc -march=mips < %s | FileCheck %s define i32 @f1(double %d) nounwind readnone { entry: