mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fix a warning.
llvm-svn: 93663
This commit is contained in:
parent
fbce331e2f
commit
a0de152402
@ -45,7 +45,7 @@ namespace {
|
||||
// to know that getenv() never returns -1, this will do the job.
|
||||
if (std::getenv("bar") != (char*) -1)
|
||||
return;
|
||||
llvm::Module* M = new llvm::Module("", llvm::getGlobalContext());
|
||||
(void)new llvm::Module("", llvm::getGlobalContext());
|
||||
(void)new llvm::UnreachableInst(llvm::getGlobalContext());
|
||||
(void) llvm::createVerifierPass();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user