1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[arm] Fix an incorrect comment in ARMUnwindOpAsm.h.

llvm-svn: 198696
This commit is contained in:
Logan Chien 2014-01-07 17:47:25 +00:00
parent c991958746
commit 4508cd2773

View File

@ -44,7 +44,7 @@ public:
HasPersonality = 0;
}
/// Set the personality index
/// Set the personality
void setPersonality(const MCSymbol *Per) {
HasPersonality = 1;
}