radeon/llvm: Move lowering of SETCC node to R600ISelLowering
[mesa.git] / src / gallium / drivers / radeon / AMDILEvergreenDevice.cpp
index 19c42bd9daa2f1280eee2418a2c5d4a3f5b35056..779b2d3df2f9571927adb61f233c8471f185c4ed 100644 (file)
@@ -1,4 +1,4 @@
-//===-- AMDILEvergreenDevice.cpp - TODO: Add brief description -------===//
+//===-- AMDILEvergreenDevice.cpp - Device Info for Evergreen --------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -10,7 +10,6 @@
 #ifdef UPSTREAM_LLVM
 #include "AMDILEGAsmPrinter.h"
 #endif
-#include "AMDILIOExpansion.h"
 
 using namespace llvm;
 
@@ -136,12 +135,6 @@ void AMDILEvergreenDevice::setCaps() {
   }
   mHWBits.set(AMDILDeviceInfo::TmrReg);
 }
-FunctionPass* 
-AMDILEvergreenDevice::getIOExpansion(
-    TargetMachine& TM AMDIL_OPT_LEVEL_DECL) const
-{
-  return new AMDILEGIOExpansion(TM AMDIL_OPT_LEVEL_VAR);
-}
 
 AsmPrinter*
 AMDILEvergreenDevice::getAsmPrinter(TargetMachine& TM, MCStreamer &Streamer) const