mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove exception specification. Only slows code down.
llvm-svn: 746
This commit is contained in:
parent
99189a2ebf
commit
c6085d8351
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user