diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-12-22 20:46:24 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-12-22 20:46:24 +0000 |
commit | 1b1250770ca4a1c8be0acc4d1d763cce6d0c48ea (patch) | |
tree | 75242e65ec4876b38e8a30c90c360edf8a59f38c /llvm/lib/Target/X86/X86JITInfo.cpp | |
parent | d34112a4ee3a47b8958dd18fbd156e99382842ba (diff) | |
download | bcm5719-llvm-1b1250770ca4a1c8be0acc4d1d763cce6d0c48ea.tar.gz bcm5719-llvm-1b1250770ca4a1c8be0acc4d1d763cce6d0c48ea.zip |
Erm, really disable :)
llvm-svn: 45319
Diffstat (limited to 'llvm/lib/Target/X86/X86JITInfo.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86JITInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86JITInfo.cpp b/llvm/lib/Target/X86/X86JITInfo.cpp index 692a7597931..fdc33ba482f 100644 --- a/llvm/lib/Target/X86/X86JITInfo.cpp +++ b/llvm/lib/Target/X86/X86JITInfo.cpp @@ -56,7 +56,7 @@ static TargetJITInfo::JITCompilerFn JITCompilerFunction; // 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 |