[llvm-commits] [llvm] r45319 - /llvm/trunk/lib/Target/X86/X86JITInfo.cpp

Anton Korobeynikov asl at math.spbu.ru
Sat Dec 22 12:46:25 PST 2007


Author: asl
Date: Sat Dec 22 14:46:24 2007
New Revision: 45319

URL: http://llvm.org/viewvc/llvm-project?rev=45319&view=rev
Log:
Erm, really disable :)

Modified:
    llvm/trunk/lib/Target/X86/X86JITInfo.cpp

Modified: llvm/trunk/lib/Target/X86/X86JITInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86JITInfo.cpp?rev=45319&r1=45318&r2=45319&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/X86JITInfo.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86JITInfo.cpp Sat Dec 22 14:46:24 2007
@@ -56,7 +56,7 @@
 // FIXME: Disable this until we really want to use it. Also, we will
 //        need to add some workarounds for compilers, which support
 //        only subset of these directives.
-# define CFI(x) x
+# define CFI(x)
 #endif
 
 // Provide a wrapper for X86CompilationCallback2 that saves non-traditional





More information about the llvm-commits mailing list