Remove X86_64SRet; it isn't used anymore.

llvm-svn: 49759
This commit is contained in:
Dan Gohman 2008-04-16 00:24:30 +00:00
parent 01a5d36d9d
commit 3dd8ba6235
1 changed files with 0 additions and 11 deletions

View File

@ -294,17 +294,6 @@ namespace llvm {
unsigned getShufflePSHUFLWImmediate(SDNode *N);
}
namespace X86 {
/// X86_64SRet - These represent different ways to implement x86_64 struct
/// returns call results.
enum X86_64SRet {
InMemory, // Really is sret, returns in memory.
InGPR64, // Returns in a pair of 64-bit integer registers.
InSSE, // Returns in a pair of SSE registers.
InX87 // Returns in a pair of f80 X87 registers.
};
}
//===--------------------------------------------------------------------===//
// X86TargetLowering - X86 Implementation of the TargetLowering interface
class X86TargetLowering : public TargetLowering {