diff options
Diffstat (limited to 'test/CodeGen/X86/2009-01-31-BigShift.ll')
| -rw-r--r-- | test/CodeGen/X86/2009-01-31-BigShift.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/X86/2009-01-31-BigShift.ll b/test/CodeGen/X86/2009-01-31-BigShift.ll deleted file mode 100644 index 4eb0ec1485b7..000000000000 --- a/test/CodeGen/X86/2009-01-31-BigShift.ll +++ /dev/null @@ -1,9 +0,0 @@ -; RUN: llc < %s -march=x86 | not grep and -; PR3401 - -define void @x(i288 %i) nounwind { - call void @add(i288 %i) - ret void -} - -declare void @add(i288) |
