OSDN Git Service

Support/reg*: Roll some non-modular headers into their singular uses
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 26 Oct 2017 21:32:58 +0000 (21:32 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 26 Oct 2017 21:32:58 +0000 (21:32 +0000)
commit1da3748d0f6a68507ab0ff407cd05d80b285f532
treec79679b2282260502bfca16c35f15f7578b92fc5
parentb1bfcf247fd22246ea224ad2df241f25c63ea22e
Support/reg*: Roll some non-modular headers into their singular uses

These headers have static variables in them, which would easily create
ODR violations if the header was included in another header, and the
constants were used by an inline function, for example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316706 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/regcclass.h [deleted file]
lib/Support/regcname.h [deleted file]
lib/Support/regcomp.c