aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/llvmAsmParser.y.cvs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-23 23:25:44 +0000
committerDevang Patel <dpatel@apple.com>2008-09-23 23:25:44 +0000
commit2d2255d2d9ba7cbf4d6e3db380d0a83636ed654e (patch)
tree9cce642a13db371c12e3922475791e21f5857051 /lib/AsmParser/llvmAsmParser.y.cvs
parentb700c3f36753c09acfd4afe3378aacfc23963017 (diff)
s/ParameterAttributes/Attributes/g
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/llvmAsmParser.y.cvs')
-rw-r--r--lib/AsmParser/llvmAsmParser.y.cvs3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/AsmParser/llvmAsmParser.y.cvs b/lib/AsmParser/llvmAsmParser.y.cvs
index 5cfc47dc9d..e2671232fe 100644
--- a/lib/AsmParser/llvmAsmParser.y.cvs
+++ b/lib/AsmParser/llvmAsmParser.y.cvs
@@ -994,8 +994,7 @@ Module *llvm::RunVMAsmParser(llvm::MemoryBuffer *MB) {
llvm::GlobalValue::LinkageTypes Linkage;
llvm::GlobalValue::VisibilityTypes Visibility;
- llvm::ParameterAttributes ParamAttrs;
- llvm::ParameterAttributes FunctionNotes;
+ llvm::Attributes ParamAttrs;
llvm::APInt *APIntVal;
int64_t SInt64Val;
uint64_t UInt64Val;