MC: remove use of unnecessary variable
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 12 Jul 2014 20:49:13 +0000 (20:49 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 12 Jul 2014 20:49:13 +0000 (20:49 +0000)
commit1bbed94228e5a0a92b31edcc5274cc6f8bc01c28
tree526ea456361200cc0aaecd1bf11bca711a4455a9
parent8e69909cc2c2201c9b56b0833b1a4919c537a588
MC: remove use of unnecessary variable

Due to the fact that the windows unwinding has the concept of chained frames, we
maintain a current frame info pointer that is adjusted on any push and pop of a
unwinding context.  This just removes an unnecessary variable that was used to
mirror the DWARF unwinding code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212882 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCStreamer.cpp