Skip to content

Commit

Permalink
removing warning messages when executing llc
Browse files Browse the repository at this point in the history
  • Loading branch information
luizperes committed Sep 10, 2018
1 parent a280591 commit bd8bb52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Target/SNES/SNESTargetMachine.cpp
Expand Up @@ -29,10 +29,6 @@ static const char *SNESDataLayout = "e-p:16:8:8-i1:8:8-i8:8:8-i16:8:8-n8:16";

/// Processes a CPU name.
static StringRef getCPU(StringRef CPU) {
if (CPU.empty() || CPU == "generic") {
return "snes";
}

return CPU;
}

Expand Down

0 comments on commit bd8bb52

Please sign in to comment.