OSDN Git Service

Add flags to indicate that there are "never" side effects or that there "may be"
authorBill Wendling <isanbard@gmail.com>
Fri, 14 Dec 2007 01:48:59 +0000 (01:48 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 14 Dec 2007 01:48:59 +0000 (01:48 +0000)
commit6b1da9c39f0731d15cb743441bea6d4089efd9f8
treef8f8de60ae14ed7f1ef4bb61528593e0f522693b
parentfd80072059bcbbcaa559cfb5bab999ca5a73e5e9
Add flags to indicate that there are "never" side effects or that there "may be"
side effects for machine instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45022 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/Target/Target.td
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/InstrInfoEmitter.cpp