diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-07 18:04:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-07 18:04:56 +0000 |
commit | b1ceeceface1ae2b71a1cba7c9a31d502e7ab823 (patch) | |
tree | db1145ac3c80539cf253adb77fabbe7a37f3279d | |
parent | 24ad3ed71fe93059d1b46ffdbfe63259762bf547 (diff) |
this has a pr!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100637 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/crash.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/crash.ll b/test/CodeGen/X86/crash.ll index 312d15f6d5..3d12adb96c 100644 --- a/test/CodeGen/X86/crash.ll +++ b/test/CodeGen/X86/crash.ll @@ -93,6 +93,7 @@ foo: ; Crash commoning identical asms. +; PR6803 define void @test6(i1 %C) nounwind optsize ssp { entry: br i1 %C, label %do.body55, label %do.body92 |