1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Remove extra qualifier.

llvm-svn: 25790
This commit is contained in:
Jim Laskey 2006-01-29 09:52:11 +00:00
parent 9bb580ac23
commit 761a12ff28

View File

@ -296,7 +296,7 @@ public:
/// SetupCompileUnits - Set up the unique vector of compile units.
///
void MachineDebugInfo::SetupCompileUnits(Module &M);
void SetupCompileUnits(Module &M);
/// getCompileUnits - Return a vector of debug compile units.
///