diff options
| author | Dan Gohman <gohman@apple.com> | 2008-04-16 00:24:30 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-04-16 00:24:30 +0000 |
| commit | 3dd8ba6235c06054704587beb3e6d2ba7db17eb8 (patch) | |
| tree | 62c1d4020475a07009d1fcb3f0fcac1d250ba032 | |
| parent | 01a5d36d9d3adddb7c49cbfbe92fe4b350666aca (diff) | |
| download | bcm5719-llvm-3dd8ba6235c06054704587beb3e6d2ba7db17eb8.tar.gz bcm5719-llvm-3dd8ba6235c06054704587beb3e6d2ba7db17eb8.zip | |
Remove X86_64SRet; it isn't used anymore.
llvm-svn: 49759
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index e3000dbc2cb..1d6d43f49d6 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -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 { |

