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

Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.

llvm-svn: 341303
This commit is contained in:
Simon Pilgrim 2018-09-03 10:17:25 +00:00
parent 134a70e24b
commit 9b5b83cbbe

View File

@ -267,6 +267,6 @@ namespace AMDGPUAS {
// Some places use this if the address space can't be determined.
UNKNOWN_ADDRESS_SPACE = ~0u,
};
};
}
#endif