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)
commit87a61e97b7b839cd621006e0a9547c41fefbf2dc
treeaf3e134d70e239dd593e714eb968b643da1b55a3
parent45499d3adb53da24a4e43dccc2f207a14b1ef9e8
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231172 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/TargetLibraryInfo.def [new file with mode: 0644]
include/llvm/Analysis/TargetLibraryInfo.h
lib/Analysis/TargetLibraryInfo.cpp