commit | 385e930d55f3ecd3c9538823dfa5896a12461845 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Jul 01 22:36:09 2011 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Jul 01 22:36:09 2011 +0000 |
tree | c173011a67d530d425d77f01bb63eb61edd67222 | |
parent | ce795dc92f693a855dbf1450570e6aeb69774bcc [diff] [blame] |
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134281 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SystemZ/SystemZSubtarget.h b/lib/Target/SystemZ/SystemZSubtarget.h index 9bf1f08..6ac606a 100644 --- a/lib/Target/SystemZ/SystemZSubtarget.h +++ b/lib/Target/SystemZ/SystemZSubtarget.h
@@ -18,7 +18,7 @@ #include <string> #define GET_SUBTARGETINFO_HEADER -#include "SystemZGenSubtarget.inc" +#include "SystemZGenSubtargetInfo.inc" namespace llvm { class GlobalValue;