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 | 69273e64747ccf17ce1ac68bc7114cb4f6301d2e (patch) | |
tree | 7e353c24047bde485b104a5f048c704c7c70cb0d /llvm/test/Integer/a63.ll.out | |
parent | 1fe315fe139f502e9bcd82b9e2b364c9efbbf96b (diff) | |
download | bcm5719-llvm-69273e64747ccf17ce1ac68bc7114cb4f6301d2e.tar.gz bcm5719-llvm-69273e64747ccf17ce1ac68bc7114cb4f6301d2e.zip |
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.
llvm-svn: 78865
Diffstat (limited to 'llvm/test/Integer/a63.ll.out')
-rw-r--r-- | llvm/test/Integer/a63.ll.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Integer/a63.ll.out b/llvm/test/Integer/a63.ll.out index 21cef72d80e..18dff5a2964 100644 --- a/llvm/test/Integer/a63.ll.out +++ b/llvm/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] |