Change MCOperand to use Create style instead of Make style for constructing
authorDaniel Dunbar <daniel@zuster.org>
Sun, 2 Aug 2009 00:09:22 +0000 (00:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 2 Aug 2009 00:09:22 +0000 (00:09 +0000)
commitcdcb388a589846e7e7ca8c88f77cf53933539074
tree102b57bc1bec330760885d8ae7ea0774883523a6
parent7b1dcdfce1b199f314df3de697c791fde38b175e
Change MCOperand to use Create style instead of Make style for constructing
operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77837 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInst.h
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
utils/TableGen/AsmMatcherEmitter.cpp