Invert the meaning of printAliasInstr's return value. It now returns
authorEric Christopher <echristo@apple.com>
Mon, 18 Apr 2011 21:28:11 +0000 (21:28 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 18 Apr 2011 21:28:11 +0000 (21:28 +0000)
commit721ef66d17978a7474bc2bde5a0ce2996615a7ce
tree8ddaf6c7134c60df1b1f87793a65f43b6666dce7
parent6dda9163585660a080c7fe0484a0dd75aceea00d
Invert the meaning of printAliasInstr's return value. It now returns
true on success and false on failure. Update callers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129722 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
utils/TableGen/AsmWriterEmitter.cpp