mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 15:02:16 +00:00
[X86] Don't use NOPL when the assembler is passed an empty CPU string.
This recommits the change from r321026. I have a fix for the lld test now. llvm-svn: 321038
This commit is contained in:
parent
dcb7646ac9
commit
ea43ac79fd
@ -78,7 +78,7 @@ public:
|
||||
CPU != "i586" && CPU != "pentium" && CPU != "pentium-mmx" &&
|
||||
CPU != "i686" && CPU != "k6" && CPU != "k6-2" && CPU != "k6-3" &&
|
||||
CPU != "geode" && CPU != "winchip-c6" && CPU != "winchip2" &&
|
||||
CPU != "c3" && CPU != "c3-2" && CPU != "lakemont";
|
||||
CPU != "c3" && CPU != "c3-2" && CPU != "lakemont" && CPU != "";
|
||||
}
|
||||
|
||||
unsigned getNumFixupKinds() const override {
|
||||
|
Loading…
x
Reference in New Issue
Block a user