Implement the Win64 EH prolog instruction methods on the base MCStreamer.
authorCharles Davis <cdavis@mines.edu>
Thu, 19 May 2011 19:35:55 +0000 (19:35 +0000)
committerCharles Davis <cdavis@mines.edu>
Thu, 19 May 2011 19:35:55 +0000 (19:35 +0000)
commitc3b162857a587c9877e903f038471b882b213232
tree10073987eebdd8504721fbb230051bf2644c7720
parent097f9a94f660f99ea2aad62da301e8409af391a7
Implement the Win64 EH prolog instruction methods on the base MCStreamer.

I had to change the API slightly to avoid overloading issues.

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