[llvm] r319613 - [X86] Fix copy paste mistake in test case for r319612.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 2 00:39:02 PST 2017
Author: ctopper
Date: Sat Dec 2 00:39:02 2017
New Revision: 319613
URL: http://llvm.org/viewvc/llvm-project?rev=319613&view=rev
Log:
[X86] Fix copy paste mistake in test case for r319612.
Modified:
llvm/trunk/test/MC/X86/x86-64.s
Modified: llvm/trunk/test/MC/X86/x86-64.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/x86-64.s?rev=319613&r1=319612&r2=319613&view=diff
==============================================================================
--- llvm/trunk/test/MC/X86/x86-64.s (original)
+++ llvm/trunk/test/MC/X86/x86-64.s Sat Dec 2 00:39:02 2017
@@ -456,7 +456,7 @@ mov %rdx, %dr15
// CHECK: movq %rdx, %dr15
// CHECK: encoding: [0x44,0x0f,0x23,0xfa]
mov %rdx, %db15
-// CHECK: movq %rdx, %db15
+// CHECK: movq %rdx, %dr15
// CHECK: encoding: [0x44,0x0f,0x23,0xfa]
// rdar://8456371 - Handle commutable instructions written backward.
More information about the llvm-commits
mailing list