public void visit(LOLoad loLoad) throws FrontendException {
String scope = DEFAULT_SCOPE;
// System.err.println("Entering Load");
// The last parameter here is set to true as we assume all files are
// splittable due to LoadStore Refactor
POLoad load = new POLoad(new OperatorKey(scope, nodeGen
.getNextNodeId(scope)), loLoad.getLoadFunc());
load.setAlias(loLoad.getAlias());
load.setLFile(loLoad.getFileSpec());
load.setPc(pc);
load.setResultType(DataType.BAG);