blob: 078655363ea8ae3df74fc4177a2a6d68dfbceafc [file] [log] [blame]
//===-- JavaJITOpenJDK.h - OpenJDK-specific JavaJIT Methods ---------------===//
//
// The VMKit project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
void JavaJIT::lowerArraycopy(std::vector<Value*>& args) {
UNIMPLEMENTED();
}