summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-05-08 23:19:04 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-05-08 23:19:04 +0000
commit392445823d7cd642d866d0cedd98380efc005314 (patch)
treefa8331a192904d2de695a94c7b862b511983c2ce
parenta7c8da40a8cae2cf69dc6b30f41c0ae472369ed1 (diff)
downloadbcm5719-llvm-392445823d7cd642d866d0cedd98380efc005314.tar.gz
bcm5719-llvm-392445823d7cd642d866d0cedd98380efc005314.zip
Eliminate an unused line to fix a warning.
llvm-svn: 131078
-rw-r--r--llvm/lib/MC/MCDwarf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp
index e5dfccffd6c..29e6e919457 100644
--- a/llvm/lib/MC/MCDwarf.cpp
+++ b/llvm/lib/MC/MCDwarf.cpp
@@ -867,7 +867,6 @@ void MCDwarfFrameEmitter::EmitAdvanceLoc(MCStreamer &Streamer,
uint64_t AddrDelta) {
SmallString<256> Tmp;
raw_svector_ostream OS(Tmp);
- const TargetAsmInfo &AsmInfo = Streamer.getContext().getTargetAsmInfo();
MCDwarfFrameEmitter::EncodeAdvanceLoc(AddrDelta, OS);
Streamer.EmitBytes(OS.str(), /*AddrSpace=*/0);
}
OpenPOWER on IntegriCloud