llvm-mc: Use EmitIntValue where possible, which makes the API calls from the AsmParse...
authorDaniel Dunbar <daniel@zuster.org>
Sun, 23 May 2010 18:36:38 +0000 (18:36 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 23 May 2010 18:36:38 +0000 (18:36 +0000)
commit414c0c43d392fab3bed731482186e0022fe4dc18
tree9200b320dc5330c349254849806a827be0dfcb34
parent01777ff0941cad56f8b5efca0b5cdd27f5df176c
llvm-mc: Use EmitIntValue where possible, which makes the API calls from the AsmParser and CodeGen line up better.

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