mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 08:56:04 +00:00
[X86] Fix the parameter order in the default implementation of X86_VENDOR macro in X86TargetParser.def
The default implementation doesn't do anything so the order doesn't matter, but good for cleanliness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6dc7825247
commit
c8d2a1deb9
@ -14,7 +14,7 @@
|
||||
// NOTE: NO INCLUDE GUARD DESIRED!
|
||||
|
||||
#ifndef X86_VENDOR
|
||||
#define X86_VENDOR(STRING, ENUM)
|
||||
#define X86_VENDOR(ENUM, STR)
|
||||
#endif
|
||||
X86_VENDOR(VENDOR_INTEL, "intel")
|
||||
X86_VENDOR(VENDOR_AMD, "amd")
|
||||
|
Loading…
x
Reference in New Issue
Block a user