Nuke commented out stuff

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-08-24 08:18:27 +00:00
parent e77c8e75c4
commit 47d2f2bb50

View File

@ -48,11 +48,6 @@ let Namespace = "X86" in {
def ST6 : NamedReg<"ST(6)">; def ST7 : NamedReg<"ST(7)">;
// Flags, Segment registers, etc...
// This is a slimy hack to make it possible to say that flags are clobbered...
// Ideally we'd model instructions based on which particular flag(s) they
// could clobber.
//def EFLAGS : Register;
}
//===----------------------------------------------------------------------===//