[llvm] b4288f2 - [X86] Remove an accidentally added file. NFC.
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 4 12:43:00 PDT 2020
Author: Martin Storsjö
Date: 2020-10-04T22:33:26+03:00
New Revision: b4288f278a254e597295001f7e544b680b54e61a
URL: https://github.com/llvm/llvm-project/commit/b4288f278a254e597295001f7e544b680b54e61a
DIFF: https://github.com/llvm/llvm-project/commit/b4288f278a254e597295001f7e544b680b54e61a.diff
LOG: [X86] Remove an accidentally added file. NFC.
This file seems to have been accidentally added as part of commit
413577a8790407d75ba834fa5668c2632fe1851e.
Added:
Modified:
Removed:
llvm/lib/Target/X86/X86InstrInfo.td.rej
################################################################################
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td.rej b/llvm/lib/Target/X86/X86InstrInfo.td.rej
deleted file mode 100644
index 5c0a632b55a7..000000000000
--- a/llvm/lib/Target/X86/X86InstrInfo.td.rej
+++ /dev/null
@@ -1,11 +0,0 @@
-
diff a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td (rejected hunks)
-@@ -3092,6 +3094,9 @@ include "X86InstrSVM.td"
- include "X86InstrTSX.td"
- include "X86InstrSGX.td"
-
-+// Key Locker instructions
-+include "X86InstrKL.td"
-+
- // AMX instructions
- include "X86InstrAMX.td"
-
More information about the llvm-commits
mailing list