Move the R600 intrinsic support back to the target machine - there's
[oota-llvm.git] / lib / Target / R600 / AMDGPUSubtarget.cpp
index 6a09d4eb54739cf982a4df153178caebdd1c4ae3..e5fbfac460ba1f53a27d85952a36255355f66924 100644 (file)
@@ -83,7 +83,7 @@ AMDGPUSubtarget::AMDGPUSubtarget(StringRef TT, StringRef GPU, StringRef FS,
       FrameLowering(TargetFrameLowering::StackGrowsUp,
                     64 * 16, // Maximum stack alignment (long16)
                     0),
-      IntrinsicInfo(), InstrItins(getInstrItineraryForCPU(GPU)) {
+      InstrItins(getInstrItineraryForCPU(GPU)) {
 
   if (getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) {
     InstrInfo.reset(new R600InstrInfo(*this));