diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-26 20:20:43 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-26 20:20:43 +0000 |
| commit | 1fd0182a85e201f0b92773d9edaae8869fa190df (patch) | |
| tree | 2b26338011ae895a46df1ec241cda607f2ca8667 /lib/Target/CellSPU/SPUMCAsmInfo.cpp | |
| parent | 3036c9be66d46f9c44cf75f7c6d449653b8c0892 (diff) | |
| download | external_llvm-1fd0182a85e201f0b92773d9edaae8869fa190df.zip external_llvm-1fd0182a85e201f0b92773d9edaae8869fa190df.tar.gz external_llvm-1fd0182a85e201f0b92773d9edaae8869fa190df.tar.bz2 | |
eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform
that has it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPUMCAsmInfo.cpp')
| -rw-r--r-- | lib/Target/CellSPU/SPUMCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUMCAsmInfo.cpp b/lib/Target/CellSPU/SPUMCAsmInfo.cpp index 03cdb29..c10b460 100644 --- a/lib/Target/CellSPU/SPUMCAsmInfo.cpp +++ b/lib/Target/CellSPU/SPUMCAsmInfo.cpp @@ -31,7 +31,6 @@ SPULinuxMCAsmInfo::SPULinuxMCAsmInfo(const Target &T, const StringRef &TT) { HasDotLocAndDotFile = true; SupportsDebugInformation = true; - NeedsSet = true; // Exception handling is not supported on CellSPU (think about it: you only // have 256K for code+data. Would you support exception handling?) |
