1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Remove unintentional function decl.

llvm-svn: 83356
This commit is contained in:
Devang Patel 2009-10-06 01:31:35 +00:00
parent ac511d1acf
commit 2001f5878b

View File

@ -563,7 +563,6 @@ public:
/// CollectVariableInfo - Populate DbgScope entries with variables' info.
void CollectVariableInfo();
void SetDbgScopeLabels(const MachineInstr *MI, unsigned Label);
};
} // End of namespace llvm