mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
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:
parent
e77c8e75c4
commit
47d2f2bb50
@ -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;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user