1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

ADCE: Fix typo in file comment. NFC

llvm-svn: 248613
This commit is contained in:
Justin Bogner 2015-09-25 21:03:46 +00:00
parent 8a987c4789
commit 8ba397b73b

View File

@ -1,4 +1,4 @@
//===- DCE.cpp - Code to perform dead code elimination --------------------===//
//===- ADCE.cpp - Code to perform dead code elimination -------------------===//
//
// The LLVM Compiler Infrastructure
//