[llvm-commits] [llvm] r95444 - /llvm/trunk/test/MC/AsmParser/X86/x86_instructions.s
Chris Lattner
sabre at nondot.org
Fri Feb 5 14:46:46 PST 2010
Author: lattner
Date: Fri Feb 5 16:46:46 2010
New Revision: 95444
URL: http://llvm.org/viewvc/llvm-project?rev=95444&view=rev
Log:
remove fixme
Modified:
llvm/trunk/test/MC/AsmParser/X86/x86_instructions.s
Modified: llvm/trunk/test/MC/AsmParser/X86/x86_instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/X86/x86_instructions.s?rev=95444&r1=95443&r2=95444&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/X86/x86_instructions.s (original)
+++ llvm/trunk/test/MC/AsmParser/X86/x86_instructions.s Fri Feb 5 16:46:46 2010
@@ -1,5 +1,3 @@
-// FIXME: Switch back to FileCheck once we print actual instructions
-
// RUN: llvm-mc -triple x86_64-unknown-unknown %s | FileCheck %s
// CHECK: subb %al, %al
More information about the llvm-commits
mailing list