summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-23 05:51:36 +0000
committerChris Lattner <sabre@nondot.org>2010-01-23 05:51:36 +0000
commit1deb09c28d40a92552160d53b1764a54122c10c3 (patch)
tree1f3919334020af42e6c30a90a694b48dfdd35ad7 /llvm/lib/CodeGen/AsmPrinter/DwarfException.h
parent8e01dcf6f64f1ce2ba1eabab9803acf27cd45944 (diff)
downloadbcm5719-llvm-1deb09c28d40a92552160d53b1764a54122c10c3.tar.gz
bcm5719-llvm-1deb09c28d40a92552160d53b1764a54122c10c3.zip
mcstreamerize .no_dead_strip and .reference for static ctors/dtors.
llvm-svn: 94290
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
index 143e0e02d5f..3921e91ea50 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h
@@ -34,7 +34,7 @@ class raw_ostream;
///
class DwarfException : public DwarfPrinter {
struct FunctionEHFrameInfo {
- const MCSymbol *FunctionEHSym; // L_foo.eh
+ MCSymbol *FunctionEHSym; // L_foo.eh
unsigned Number;
unsigned PersonalityIndex;
bool hasCalls;
@@ -42,7 +42,7 @@ class DwarfException : public DwarfPrinter {
std::vector<MachineMove> Moves;
const Function *function;
- FunctionEHFrameInfo(const MCSymbol *EHSym, unsigned Num, unsigned P,
+ FunctionEHFrameInfo(MCSymbol *EHSym, unsigned Num, unsigned P,
bool hC, bool hL,
const std::vector<MachineMove> &M,
const Function *f):
OpenPOWER on IntegriCloud