aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-12 23:54:22 +0000
committerDan Gohman <gohman@apple.com>2009-08-12 23:54:22 +0000
commit9bf0b9bd44d356690e936ae16bec2c115c7d9f5f (patch)
treede6f6eadbd716be9ca2ccba336e1f818ec2db16c /test/Integer
parenta462920ae043f0274720edf801ec3365c617f357 (diff)
downloadexternal_llvm-9bf0b9bd44d356690e936ae16bec2c115c7d9f5f.zip
external_llvm-9bf0b9bd44d356690e936ae16bec2c115c7d9f5f.tar.gz
external_llvm-9bf0b9bd44d356690e936ae16bec2c115c7d9f5f.tar.bz2
Now that numbered types have their number printed, it's no longer
interesting to print the number in a comment. Numbered instructions don't need their number in a comment either. Also, tidy up newline printing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer')
-rw-r--r--test/Integer/a15.ll.out1
-rw-r--r--test/Integer/a17.ll.out1
-rw-r--r--test/Integer/a31.ll.out1
-rw-r--r--test/Integer/a33.ll.out1
-rw-r--r--test/Integer/a63.ll.out1
-rw-r--r--test/Integer/a7.ll.out1
-rw-r--r--test/Integer/a9.ll.out1
7 files changed, 7 insertions, 0 deletions
diff --git a/test/Integer/a15.ll.out b/test/Integer/a15.ll.out
index 74387cc..5195cdf 100644
--- a/test/Integer/a15.ll.out
+++ b/test/Integer/a15.ll.out
@@ -1,4 +1,5 @@
; ModuleID = '<stdin>'
+
@b = constant i15 0 ; <i15*> [#uses=0]
@c = constant i15 -2 ; <i15*> [#uses=0]
@d = constant i15 0 ; <i15*> [#uses=0]
diff --git a/test/Integer/a17.ll.out b/test/Integer/a17.ll.out
index 6ded845..ba66412 100644
--- a/test/Integer/a17.ll.out
+++ b/test/Integer/a17.ll.out
@@ -1,4 +1,5 @@
; ModuleID = '<stdin>'
+
@b = constant i17 0 ; <i17*> [#uses=0]
@c = constant i17 -2 ; <i17*> [#uses=0]
@d = constant i17 0 ; <i17*> [#uses=0]
diff --git a/test/Integer/a31.ll.out b/test/Integer/a31.ll.out
index c7892ea..7407a74 100644
--- a/test/Integer/a31.ll.out
+++ b/test/Integer/a31.ll.out
@@ -1,4 +1,5 @@
; ModuleID = '<stdin>'
+
@b = constant i31 0 ; <i31*> [#uses=0]
@c = constant i31 -2 ; <i31*> [#uses=0]
@d = constant i31 0 ; <i31*> [#uses=0]
diff --git a/test/Integer/a33.ll.out b/test/Integer/a33.ll.out
index 6f723b4..6cd61ee 100644
--- a/test/Integer/a33.ll.out
+++ b/test/Integer/a33.ll.out
@@ -1,4 +1,5 @@
; ModuleID = '<stdin>'
+
@b = constant i33 0 ; <i33*> [#uses=0]
@c = constant i33 -2 ; <i33*> [#uses=0]
@d = constant i33 0 ; <i33*> [#uses=0]
diff --git a/test/Integer/a63.ll.out b/test/Integer/a63.ll.out
index 21cef72..18dff5a 100644
--- a/test/Integer/a63.ll.out
+++ b/test/Integer/a63.ll.out
@@ -1,4 +1,5 @@
; ModuleID = '<stdin>'
+
@b = constant i63 0 ; <i63*> [#uses=0]
@c = constant i63 -2 ; <i63*> [#uses=0]
@d = constant i63 0 ; <i63*> [#uses=0]
diff --git a/test/Integer/a7.ll.out b/test/Integer/a7.ll.out
index 78a114c..250925d 100644
--- a/test/Integer/a7.ll.out
+++ b/test/Integer/a7.ll.out
@@ -1,4 +1,5 @@
; ModuleID = '<stdin>'
+
@b = constant i7 0 ; <i7*> [#uses=0]
@q = constant i7 63 ; <i7*> [#uses=0]
@c = constant i7 -2 ; <i7*> [#uses=0]
diff --git a/test/Integer/a9.ll.out b/test/Integer/a9.ll.out
index fd329d4..6e38062 100644
--- a/test/Integer/a9.ll.out
+++ b/test/Integer/a9.ll.out
@@ -1,4 +1,5 @@
; ModuleID = '<stdin>'
+
@b = constant i9 0 ; <i9*> [#uses=0]
@c = constant i9 -2 ; <i9*> [#uses=0]
@d = constant i9 0 ; <i9*> [#uses=0]