X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FSparcV9%2FSparcV9BurgISel.h;h=8736f25f36dc815882b34a289be4d5da1a4bba60;hb=0431c96cec9576611f06c513d6adcab0f950c18c;hp=baf37da71f1ceac0afbdd64afee925076e17e092;hpb=10b11920c93f917244621556598d09be53810d28;p=oota-llvm.git diff --git a/lib/Target/SparcV9/SparcV9BurgISel.h b/lib/Target/SparcV9/SparcV9BurgISel.h index baf37da71f1..8736f25f36d 100644 --- a/lib/Target/SparcV9/SparcV9BurgISel.h +++ b/lib/Target/SparcV9/SparcV9BurgISel.h @@ -1,10 +1,10 @@ //===-- SparcV9BurgISel.h ---------------------------------------*- C++ -*-===// -// +// // 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. -// +// //===----------------------------------------------------------------------===// // // Global functions exposed by the BURG-based instruction selector @@ -41,7 +41,7 @@ bool ConstantMayNotFitInImmedField (const Constant *CV, const Instruction *I); /// or a GlobalValue, viz., the constant address of a global variable or /// function. The generated instructions are returned in `mvec'. Any temp. /// registers (TmpInstruction) created are recorded in mcfi. -/// +/// void CreateCodeToLoadConst (const TargetMachine &target, Function *F, Value *val, Instruction *dest, std::vector &mvec, MachineCodeForInstruction &mcfi);