mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
80 col violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ad033c9e7
commit
36fd941fc0
@ -21,7 +21,8 @@
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
using namespace llvm;
|
||||
|
||||
unsigned FastISel::getRegForValue(Value *V, DenseMap<const Value*, unsigned> &ValueMap) {
|
||||
unsigned FastISel::getRegForValue(Value *V,
|
||||
DenseMap<const Value*, unsigned> &ValueMap) {
|
||||
unsigned &Reg = ValueMap[V];
|
||||
if (Reg != 0)
|
||||
return Reg;
|
||||
@ -433,7 +434,8 @@ FastISel::FastISel(MachineFunction &mf)
|
||||
|
||||
FastISel::~FastISel() {}
|
||||
|
||||
unsigned FastISel::FastEmit_(MVT::SimpleValueType, MVT::SimpleValueType, ISD::NodeType) {
|
||||
unsigned FastISel::FastEmit_(MVT::SimpleValueType, MVT::SimpleValueType,
|
||||
ISD::NodeType) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user