summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/2010-07-20-Switch.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-24 17:45:02 +0000
committerDan Gohman <gohman@apple.com>2011-10-24 17:45:02 +0000
commit8c2d270ae8b460912633883f24346c0763373a56 (patch)
tree93fbeaa63083cb5a12fe4091f698fe296a361695 /test/CodeGen/Mips/2010-07-20-Switch.ll
parent1028132b90a10a46c87b2ee2ad0156e2f9143c25 (diff)
Change the default scheduler from Latency to ILP, since Latency
is going away. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/2010-07-20-Switch.ll')
-rw-r--r--test/CodeGen/Mips/2010-07-20-Switch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/2010-07-20-Switch.ll b/test/CodeGen/Mips/2010-07-20-Switch.ll
index 07fc10cae18..5425bdf4f83 100644
--- a/test/CodeGen/Mips/2010-07-20-Switch.ll
+++ b/test/CodeGen/Mips/2010-07-20-Switch.ll
@@ -6,8 +6,8 @@ entry:
volatile store i32 2, i32* %x, align 4
%0 = volatile load i32* %x, align 4 ; <i32> [#uses=1]
; CHECK: lui $3, %hi($JTI0_0)
-; CHECK: sll $2, $2, 2
; CHECK: addiu $3, $3, %lo($JTI0_0)
+; CHECK: sll $2, $2, 2
switch i32 %0, label %bb4 [
i32 0, label %bb5
i32 1, label %bb1