llvm-6502/lib/Target/X86/MCTargetDesc
Chandler Carruth 305b515c27 Remove 'static' from inline functions defined in header files.
There is a pretty staggering amount of this in LLVM's header files, this
is not all of the instances I'm afraid. These include all of the
functions that (in my build) are used by a non-static inline (or
external) function. Specifically, these issues were caught by the new
'-Winternal-linkage-in-inline' warning.

I'll try to just clean up the remainder of the clearly redundant "static
inline" cases on functions (not methods!) defined within headers if
I can do so in a reliable way.

There were even several cases of a missing 'inline' altogether, or my
personal favorite "static bool inline". Go figure. ;]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158800 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-20 08:39:33 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp
X86BaseInfo.h Remove 'static' from inline functions defined in header files. 2012-06-20 08:39:33 +00:00
X86ELFObjectWriter.cpp
X86FixupKinds.h
X86MachObjectWriter.cpp
X86MCAsmInfo.cpp
X86MCAsmInfo.h
X86MCCodeEmitter.cpp Added FMA3 Intel instructions. 2012-05-31 09:20:20 +00:00
X86MCTargetDesc.cpp
X86MCTargetDesc.h Allow MCCodeEmitter access to the target MCRegisterInfo. 2012-05-15 17:35:52 +00:00
X86WinCOFFObjectWriter.cpp