summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-03-24 14:17:56 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-03-24 14:17:56 +0000
commitdd0620ed97cab731708d55dd15555b0d828e606d (patch)
tree961ea7074af130c4035fa3c1467afb10b2974837 /llvm/utils
parent46f5e2c47b7bc58f30614a10d7b78deef3a784d1 (diff)
downloadbcm5719-llvm-dd0620ed97cab731708d55dd15555b0d828e606d.tar.gz
bcm5719-llvm-dd0620ed97cab731708d55dd15555b0d828e606d.zip
Another instance where GCC doesn't understand implicit construction of StringLiteral.
llvm-svn: 298703
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp b/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
index d84f32ac92d..07b96b03b01 100644
--- a/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
+++ b/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
@@ -38,8 +38,8 @@ class X86EVEX2VEXTablesEmitter {
// Represents a manually added entry to the tables
struct ManualEntry {
- StringLiteral EVEXInstStr;
- StringLiteral VEXInstStr;
+ const char *EVEXInstStr;
+ const char *VEXInstStr;
bool Is128Bit;
};
OpenPOWER on IntegriCloud