1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Silly cleanup

llvm-svn: 28544
This commit is contained in:
Chris Lattner 2006-05-29 18:52:52 +00:00
parent 39cf538534
commit 439c210c7f

View File

@ -13,7 +13,7 @@
// llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
// to the x.bc file.
//
//===------------------------------------------------------------------------===
//===----------------------------------------------------------------------===//
#include "llvm/Module.h"
#include "llvm/Assembly/Parser.h"