diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-01-03 03:32:33 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-01-03 03:32:33 +0000 |
commit | 7c87884ec385a8379ae5e6080742ffc03fa2f24e (patch) | |
tree | 9eb92d9128c4bc55d79a6f1ae3b014edaef77c0b /llvm/lib/VMCore/ParameterAttributes.cpp | |
parent | 8624d7b72ec4b5625ea035dff2e745c2c214ad49 (diff) | |
download | bcm5719-llvm-7c87884ec385a8379ae5e6080742ffc03fa2f24e.tar.gz bcm5719-llvm-7c87884ec385a8379ae5e6080742ffc03fa2f24e.zip |
Trying that again.
llvm-svn: 45529
Diffstat (limited to 'llvm/lib/VMCore/ParameterAttributes.cpp')
-rw-r--r-- | llvm/lib/VMCore/ParameterAttributes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ParameterAttributes.cpp b/llvm/lib/VMCore/ParameterAttributes.cpp index 53f13405f42..a95e663337d 100644 --- a/llvm/lib/VMCore/ParameterAttributes.cpp +++ b/llvm/lib/VMCore/ParameterAttributes.cpp @@ -13,7 +13,6 @@ #include "llvm/ParameterAttributes.h" #include "llvm/Support/ManagedStatic.h" -#include <cassert> using namespace llvm; |