mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 07:14:53 +00:00
fix a warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93663 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8cfd3ea1c1
commit
c9c8931237
@ -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