[llvm-commits] [llvm] r112386 - /llvm/trunk/test/MC/AsmParser/X86/x86_operands.s

Chris Lattner sabre at nondot.org
Sat Aug 28 13:40:28 PDT 2010


Author: lattner
Date: Sat Aug 28 15:40:28 2010
New Revision: 112386

URL: http://llvm.org/viewvc/llvm-project?rev=112386&view=rev
Log:
fixme accomplished


Modified:
    llvm/trunk/test/MC/AsmParser/X86/x86_operands.s

Modified: llvm/trunk/test/MC/AsmParser/X86/x86_operands.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/X86/x86_operands.s?rev=112386&r1=112385&r2=112386&view=diff
==============================================================================
--- llvm/trunk/test/MC/AsmParser/X86/x86_operands.s (original)
+++ llvm/trunk/test/MC/AsmParser/X86/x86_operands.s Sat Aug 28 15:40:28 2010
@@ -1,5 +1,3 @@
-// FIXME: Actually test that we get the expected results.
-        
 // RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
 
 # Immediates





More information about the llvm-commits mailing list