You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sulong/projects/com.oracle.truffle.llvm.parser/src/com/oracle/truffle/llvm/parser/listeners/Constants.java
+25-7Lines changed: 25 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2016, 2022, Oracle and/or its affiliates.
2
+
* Copyright (c) 2016, 2025, Oracle and/or its affiliates.
3
3
*
4
4
* All rights reserved.
5
5
*
@@ -66,7 +66,7 @@ public final class Constants implements ParserListener {
66
66
privatestaticfinalintCONSTANT_CSTRING = 9;
67
67
privatestaticfinalintCONSTANT_CE_BINOP = 10;
68
68
privatestaticfinalintCONSTANT_CE_CAST = 11;
69
-
privatestaticfinalintCONSTANT_CE_GEP = 12;
69
+
privatestaticfinalintCONSTANT_CE_GEP_OLD = 12;
70
70
privatestaticfinalintCONSTANT_CE_SELECT = 13;
71
71
// private static final int CONSTANT_CE_EXTRACTELT = 14;
72
72
// private static final int CONSTANT_CE_INSERTELT = 15;
@@ -78,13 +78,16 @@ public final class Constants implements ParserListener {
Copy file name to clipboardExpand all lines: sulong/projects/com.oracle.truffle.llvm.parser/src/com/oracle/truffle/llvm/parser/listeners/ParameterAttributes.java
Copy file name to clipboardExpand all lines: sulong/projects/com.oracle.truffle.llvm.parser/src/com/oracle/truffle/llvm/parser/scanner/RecordBuffer.java
0 commit comments