add a new EmitIntValue method that MCStreamer impls can optionally define
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 22:03:38 +0000 (22:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 22:03:38 +0000 (22:03 +0000)
commit32ae3fe0ba469240753e2342e36485f7c9acfb5c
tree1ed40c15964950de72685c64d2a8699bdad32c24
parentbafbbdde38dedf05b53b731cbc083b2c483ae64e
add a new EmitIntValue method that MCStreamer impls can optionally define
and that clients can use.

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