Mercurial > hg > CbC > CbC_llvm
comparison lib/Target/Mips/MipsOs16.cpp @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
34:e874dbf0ad9d | 77:54457678186b |
---|---|
9 // | 9 // |
10 // This file defines an optimization phase for the MIPS target. | 10 // This file defines an optimization phase for the MIPS target. |
11 // | 11 // |
12 //===----------------------------------------------------------------------===// | 12 //===----------------------------------------------------------------------===// |
13 | 13 |
14 #define DEBUG_TYPE "mips-os16" | |
15 #include "MipsOs16.h" | 14 #include "MipsOs16.h" |
16 #include "llvm/IR/Module.h" | 15 #include "llvm/IR/Module.h" |
17 #include "llvm/Support/CommandLine.h" | 16 #include "llvm/Support/CommandLine.h" |
18 #include "llvm/Support/Debug.h" | 17 #include "llvm/Support/Debug.h" |
19 #include "llvm/Support/raw_ostream.h" | 18 #include "llvm/Support/raw_ostream.h" |
19 | |
20 #define DEBUG_TYPE "mips-os16" | |
20 | 21 |
21 | 22 |
22 static cl::opt<std::string> Mips32FunctionMask( | 23 static cl::opt<std::string> Mips32FunctionMask( |
23 "mips32-function-mask", | 24 "mips32-function-mask", |
24 cl::init(""), | 25 cl::init(""), |