summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-19 23:13:04 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-19 23:13:04 +0000
commit314e1cb7eee8be08b9103eeb03727dd6292a7ad0 (patch)
treea6a41b236778a755e4d1588c6b7024d6ce648765 /llvm/test/CFrontend
parentf2e101f164f6ac1281cbab14f82c28191bf47932 (diff)
downloadbcm5719-llvm-314e1cb7eee8be08b9103eeb03727dd6292a7ad0.tar.gz
bcm5719-llvm-314e1cb7eee8be08b9103eeb03727dd6292a7ad0.zip
For PR1553:
Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069
Diffstat (limited to 'llvm/test/CFrontend')
-rw-r--r--llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c b/llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c
index 2ba61fff76f..2eabd4fcca4 100644
--- a/llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c
+++ b/llvm/test/CFrontend/2007-06-18-SextAttrAggregate.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
+// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext}
// PR1513
struct s{
OpenPOWER on IntegriCloud