Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Feb 2013 17:14:33 +0000 (17:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Feb 2013 17:14:33 +0000 (17:14 +0000)
PPCJITInfo.cpp in r175394.

llvm-svn: 175531

llvm/lib/Target/X86/X86JITInfo.cpp

index aeb05cc..44d8cce 100644 (file)
@@ -339,7 +339,7 @@ extern "C" {
 /// must locate the start of the stub or call site and pass it into the JIT
 /// compiler function.
 extern "C" {
-void LLVM_LIBRARY_VISIBILITY LLVMX86CompilationCallback2(intptr_t *StackPtr,
+LLVM_LIBRARY_VISIBILITY void LLVMX86CompilationCallback2(intptr_t *StackPtr,
                                                          intptr_t RetAddr) {
   intptr_t *RetAddrLoc = &StackPtr[1];
   // We are reading raw stack data here. Tell MemorySanitizer that it is