mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Eliminate a compile time warning.
llvm-svn: 55878
This commit is contained in:
parent
6690ccd573
commit
8f1ac64bc9
@ -220,7 +220,7 @@ void CodeEmitterGen::run(std::ostream &o) {
|
||||
// Emit initial function code
|
||||
o << " const unsigned opcode = MI.getOpcode();\n"
|
||||
<< " unsigned Value = InstBits[opcode];\n"
|
||||
<< " unsigned op;\n"
|
||||
<< " unsigned op = 0;\n"
|
||||
<< " op = op; // suppress warning\n"
|
||||
<< " switch (opcode) {\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user