Skip to content

Commit

Permalink
Merge pull request eclipse-openj9#6569 from Charlmzz/new-value
Browse files Browse the repository at this point in the history
Add an entry to support newvalue into CodeGenGPU
  • Loading branch information
andrewcraik authored Oct 4, 2019
2 parents 6a55a6a + 14eed0e commit d8be806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/compiler/codegen/CodeGenGPU.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2018 IBM Corp. and others
* Copyright (c) 2000, 2019 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -651,6 +651,7 @@ static const char * nvvmOpCodeNames[] =
NULL, // TR::checkcast
NULL, // TR::checkcastAndNULLCHK
NULL, // TR::New
NULL, //TR::newvalue
"INVALID", // TR::newarray
NULL, // TR::anewarray
NULL, // TR::variableNew
Expand Down

0 comments on commit d8be806

Please sign in to comment.