Initial checkin of the rest of the skeleton target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14874 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Skeleton/Skeleton.td b/lib/Target/Skeleton/Skeleton.td
index 2a5471a..93ae184 100644
--- a/lib/Target/Skeleton/Skeleton.td
+++ b/lib/Target/Skeleton/Skeleton.td
@@ -1,4 +1,4 @@
-//===- PowerPC.td - Describe the PowerPC Target Machine ---------*- C++ -*-===//
+//===- Skeleton.td - Describe the Skeleton Target Machine -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -25,7 +25,7 @@
let PHIInst = PHI;
}
-def PowerPC : Target {
+def Skeleton : Target {
// Pointers are 32-bits in size.
let PointerType = i32;