commit | 67038c1333482fe2669455d67d797274be4ff8ef | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Jul 18 23:03:22 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Jul 18 23:03:22 2009 +0000 |
tree | 6596c5cb196e74c55398f4ce2e4b5fa014ac89ff | |
parent | 118ce16bf545a47c8754adceb699f71527c31c56 [diff] [blame] |
Put Target definitions inside Target specific header, and llvm namespace. llvm-svn: 76344
diff --git a/llvm/lib/Target/CellSPU/SPU.h b/llvm/lib/Target/CellSPU/SPU.h index f76fc82..9fc36f6 100644 --- a/llvm/lib/Target/CellSPU/SPU.h +++ b/llvm/lib/Target/CellSPU/SPU.h
@@ -92,6 +92,9 @@ inline bool isU10Constant(uint64_t Value) { return (Value == (Value & 0x3ff)); } + + extern Target TheCellSPUTarget; + } // Defines symbolic names for the SPU instructions.