Clean up PPCAsmPrinter with IsPPC64 and IsDarwin
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
947–948 | Thank you for pointing this out, and I have updated this in my second commit. I guess it's a timing issue so you missed the second commit. |
IsPPC64 is used as a logical value just a few lines up, but is used as a function here.