MC: make helper function be more const-correct
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Jul 2014 19:03:40 +0000 (19:03 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Jul 2014 19:03:40 +0000 (19:03 +0000)
commit117ff62354f5a827723ca5a481ca22bea49485ba
treebc2ec0bc8a5c6fceb8910fe522b683616525c134
parent1f1e6e78841528a7a6aa8cf57d67d733e7814aca
MC: make helper function be more const-correct

Introduce const-ness on parameters, they are used as read-only and should not be
modified.  NFC.

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