diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-12 23:54:22 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-12 23:54:22 +0000 |
commit | 9bf0b9bd44d356690e936ae16bec2c115c7d9f5f (patch) | |
tree | de6f6eadbd716be9ca2ccba336e1f818ec2db16c /test/Integer/a63.ll.out | |
parent | a462920ae043f0274720edf801ec3365c617f357 (diff) | |
download | external_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/a63.ll.out')
-rw-r--r-- | test/Integer/a63.ll.out | 1 |
1 files changed, 1 insertions, 0 deletions
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] |