diff options
| author | Hans Wennborg <hans@hanshq.net> | 2014-11-25 18:45:23 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2014-11-25 18:45:23 +0000 |
| commit | bda193edffea77f7262b041878d5a1d85c917700 (patch) | |
| tree | 67b4587dbc726c27c19e18bd5b0cd04483dec00d | |
| parent | 902157c2497c0806f407d78f63d439cd94fc6136 (diff) | |
| download | bcm5719-llvm-bda193edffea77f7262b041878d5a1d85c917700.tar.gz bcm5719-llvm-bda193edffea77f7262b041878d5a1d85c917700.zip | |
Remove useless rdar:// comment from switch_to_lookup_table.ll test.
llvm-svn: 222772
| -rw-r--r-- | llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll b/llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll index fc22e7eb455..5d9ecbf7077 100644 --- a/llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll +++ b/llvm/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll @@ -782,7 +782,6 @@ return: } ; Don't create a table with illegal type -; rdar://12779436 define i96 @illegaltype(i32 %c) { entry: switch i32 %c, label %sw.default [ |

