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

Remove exception specification. Only slows code down.

llvm-svn: 746
This commit is contained in:
Chris Lattner 2001-10-13 06:25:30 +00:00
parent 99189a2ebf
commit c6085d8351

View File

@ -16,7 +16,7 @@ class ParseException;
// The useful interface defined by this file... Parse an ascii file, and return
// the internal representation in a nice slice'n'dice'able representation.
//
Module *ParseAssemblyFile(const string &Filename) throw (ParseException);
Module *ParseAssemblyFile(const string &Filename);// throw (ParseException);
//===------------------------------------------------------------------------===
// Helper Classes