Move TargetLibraryInfo data from two files into one common .def file.
authorJan Wen Voung <jvoung@google.com>
Tue, 3 Mar 2015 23:41:58 +0000 (23:41 +0000)
committerJan Wen Voung <jvoung@google.com>
Tue, 3 Mar 2015 23:41:58 +0000 (23:41 +0000)
commitcd3d25a25fbf18e7d2ecd325a50dbf70cdb2d181
treed3583dbd8a269854b40f37a789a806a786c82168
parent92b8ab502cc78c7f375e555040de56157a298d10
Move TargetLibraryInfo data from two files into one common .def file.

Summary:
This makes it more obvious that the enum definition and the
"StandardName" array is in sync. Mechanically refactored w/ a
python script.

Test Plan: still compiles

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7845

llvm-svn: 231172
llvm/include/llvm/Analysis/TargetLibraryInfo.def [new file with mode: 0644]
llvm/include/llvm/Analysis/TargetLibraryInfo.h
llvm/lib/Analysis/TargetLibraryInfo.cpp