commit | 8c00f8cdc7ae0cdd18d91b3a31a70da0f78aa04f | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Thu Aug 04 07:12:09 2005 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Thu Aug 04 07:12:09 2005 +0000 |
tree | a9f7fccc3fbb3bc12c1be6158d0e0d4e0710fc0f | |
parent | 49f72e68cf6eb77b5791310513d94dc64dc6ea7d [diff] [blame] |
Add Subtarget support to PowerPC. Next up, using it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22644 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86Subtarget.h b/lib/Target/X86/X86Subtarget.h index 1e980f8..bf764d3 100644 --- a/lib/Target/X86/X86Subtarget.h +++ b/lib/Target/X86/X86Subtarget.h
@@ -1,4 +1,4 @@ -//=====-- X86Subtarget.h - Define TargetMachine for the X86 ---*- C++ -*--====// +//=====---- X86Subtarget.h - Define Subtarget for the X86 -----*- C++ -*--====// // // The LLVM Compiler Infrastructure //