mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
fix unused variable warning
llvm-svn: 77326
This commit is contained in:
parent
61ef1ddfb4
commit
dde77ff48b
@ -412,7 +412,7 @@ SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
|
||||
|
||||
if (Kind.isText()) return TextSection;
|
||||
if (Kind.isMergeableCString()) {
|
||||
Constant *C = cast<GlobalVariable>(GV)->getInitializer();
|
||||
//Constant *C = cast<GlobalVariable>(GV)->getInitializer();
|
||||
|
||||
// FIXME: This is completely wrong. Why is it comparing the size of the
|
||||
// character type to 1?
|
||||
|
Loading…
Reference in New Issue
Block a user