mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
There is nothing special about noops anymore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7568 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
17d4d147dd
commit
e5bb2d94d9
@ -23,7 +23,6 @@ include "X86InstrInfo.td"
|
||||
|
||||
def X86InstrInfo : InstrInfo {
|
||||
let PHIInst = PHI;
|
||||
let NOOPInst = NOOP;
|
||||
|
||||
// Define how we want to layout our TargetSpecific information field... This
|
||||
// should be kept up-to-date with the fields in the X86InstrInfo.h file.
|
||||
|
Loading…
Reference in New Issue
Block a user