From 354f4280f3bfbf033aa28100b4c74bc9b923dcbd Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 17 Sep 2013 16:03:25 +0200 Subject: SI-7852 Omit null check for SomeModule.== For the same reasons outlined in the previous commits. --- test/files/run/t7852.check | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'test/files') diff --git a/test/files/run/t7852.check b/test/files/run/t7852.check index 648f464aa2..ec63f5378c 100644 --- a/test/files/run/t7852.check +++ b/test/files/run/t7852.check @@ -21,30 +21,18 @@ module GETSTATIC scala/collection/immutable/Nil$.MODULE$ : Lscala/collection/immutable/Nil$; ALOAD 0 INVOKEVIRTUAL java/lang/Object.toString ()Ljava/lang/String; - ASTORE 1 - DUP - IFNONNULL L0 - POP - ALOAD 1 - IFNULL L1 - GOTO L2 - L0 - FRAME FULL [Lean java/lang/String] [scala/collection/immutable/Nil$] - ALOAD 1 INVOKEVIRTUAL java/lang/Object.equals (Ljava/lang/Object;)Z - IFEQ L2 - L1 - FRAME SAME + IFEQ L0 ICONST_1 - GOTO L3 - L2 + GOTO L1 + L0 FRAME SAME ICONST_0 - L3 + L1 FRAME SAME1 I POP RETURN MAXSTACK = 2 - MAXLOCALS = 2 + MAXLOCALS = 1 -- cgit v1.2.3