//===-- InstSelectSimple.cpp - A simple instruction selector for SparcV8 --===//// // The LLVM Compiler Infrastructure//// This file was developed by the LLVM research group and is distributed under// the University of Illinois Open Source License. See LICENSE.TXT for details.// //===----------------------------------------------------------------------===////// This file defines a simple peephole instruction selector for the V8 target////===----------------------------------------------------------------------===//#include"SparcV8.h"#include"SparcV8InstrInfo.h"#include"llvm/Support/Debug.h"#include"llvm/Instructions.h"#include"llvm/Pass.h"#include"llvm/Constants.h&