mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-02 18:06:17 +00:00
Fix MSVC 2013 build after rL260504
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1ea08bcb76
commit
e7f78979df
@ -92,7 +92,7 @@
|
||||
#include "llvm/Transforms/Utils/ValueMapper.h"
|
||||
|
||||
#define DEBUG_TYPE "loop-versioning-licm"
|
||||
static constexpr char LICMVersioningMetaData[] =
|
||||
static const char* LICMVersioningMetaData =
|
||||
"llvm.loop.licm_versioning.disable";
|
||||
|
||||
using namespace llvm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user