1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Formating.

llvm-svn: 30722
This commit is contained in:
Evan Cheng 2006-10-04 18:33:00 +00:00
parent dd74085b55
commit 54a8d5a6e0

View File

@ -167,7 +167,7 @@ static const char *GetCurrentX86CPU() {
}
X86Subtarget::X86Subtarget(const Module &M, const std::string &FS, bool is64Bit)
: AsmFlavor(AsmWriterFlavor)
: AsmFlavor(AsmWriterFlavor)
, X86SSELevel(NoMMXSSE)
, X863DNowLevel(NoThreeDNow)
, HasX86_64(false)