summaryrefslogtreecommitdiff
path: root/test/LLVMC/ForwardValue.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-15 07:07:24 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-15 07:07:24 +0000
commit0b63f378650f53b26f57a39b63b4cbceaefc7bef (patch)
tree247892954be7786741cd87d749f25b619289b7e2 /test/LLVMC/ForwardValue.td
parent4b643c0dfd78e873d5ae7f18b2ed25039f339a39 (diff)
downloadllvm-0b63f378650f53b26f57a39b63b4cbceaefc7bef.tar.gz
llvm-0b63f378650f53b26f57a39b63b4cbceaefc7bef.tar.bz2
llvm-0b63f378650f53b26f57a39b63b4cbceaefc7bef.tar.xz
Update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/ForwardValue.td')
-rw-r--r--test/LLVMC/ForwardValue.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/LLVMC/ForwardValue.td b/test/LLVMC/ForwardValue.td
index f2539f81f5..a6651b5dd0 100644
--- a/test/LLVMC/ForwardValue.td
+++ b/test/LLVMC/ForwardValue.td
@@ -7,8 +7,8 @@
include "llvm/CompilerDriver/Common.td"
-def OptList : OptionList<[(parameter_option "a", (extern)),
- (prefix_list_option "b", (extern))]>;
+def OptList : OptionList<[(parameter_option "a", (help "dummy")),
+ (prefix_list_option "b", (help "dummy"))]>;
def dummy_tool : Tool<[
(command "dummy_cmd"),