This is an archive of the discontinued LLVM Phabricator instance.

Move Spiller.h from lib/ directory path to include/CodeGen. NFC
ClosedPublic

Authored by kariddi on Mar 8 2020, 11:13 AM.

Details

Summary

This allows Spiller.h to be used and included outside of
the lib/CodeGen directory. For example to be used in the
lib/Target directory or other places.

also

Fix indentation using clang-format for Spiller.h. NFC
Spiller.h had indentation that doesn't match LLVM guidelines. Fixing it

Diff Detail

Event Timeline

kariddi created this revision.Mar 8 2020, 11:13 AM
qcolombet accepted this revision.Mar 9 2020, 9:24 AM
This revision is now accepted and ready to land.Mar 9 2020, 9:24 AM
This revision was automatically updated to reflect the committed changes.