R600/SI: Use VSrc_* register classes as the default classes for types
[oota-llvm.git] / lib / Target / R600 / AMDGPU.h
index 51d0d3c072e7d219bd5e712b699d2173ffb23473..6b374cbfff2dfb34b29fae3423d0fe9d451647c1 100644 (file)
@@ -36,6 +36,7 @@ FunctionPass *createAMDGPUCFGStructurizerPass(TargetMachine &tm);
 // SI Passes
 FunctionPass *createSIAnnotateControlFlowPass();
 FunctionPass *createSILowerControlFlowPass(TargetMachine &tm);
+FunctionPass *createSIFixSGPRCopiesPass(TargetMachine &tm);
 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
 FunctionPass *createSIInsertWaits(TargetMachine &tm);