summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
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/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
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/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll')
-rw-r--r--llvm/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll b/llvm/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
index b850728ba3e..f3f82bc4846 100644
--- a/llvm/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
+++ b/llvm/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
@@ -2,7 +2,7 @@
%struct.Connection = type { i32, [10 x i8], i32 }
%struct.IntChunk = type { %struct.cppobjtype, i32, i32*, i32 }
- %struct.Point = type { i8*, %struct.cppobjtype, i16 (%struct.Point*) sext *, i16 (%struct.Point*) sext *, double (%struct.Point*)*, double (%struct.Point*)* }
+ %struct.Point = type { i8*, %struct.cppobjtype, i16 (%struct.Point*) signext *, i16 (%struct.Point*) signext *, double (%struct.Point*)*, double (%struct.Point*)* }
%struct.RefPoint = type { %struct.Point*, %struct.cppobjtype }
%struct.ShortArray = type { %struct.cppobjtype, i32, i16* }
%struct.TestObj = type { i8*, %struct.cppobjtype, i8, [32 x i8], i8*, i8**, i16, i16, i32, i32, i32, i32, float, double, %struct.cppobjtype, i32, i16*, i16**, i8**, i32, %struct.XyPoint, [3 x %struct.Connection], %struct.Point*, %struct.XyPoint*, i32, i8*, i8*, i16*, %struct.ShortArray, %struct.IntChunk, %struct.cppobjtype, %struct.cppobjtype, %struct.RefPoint, i32, %struct.cppobjtype, %struct.cppobjtype }
OpenPOWER on IntegriCloud