mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
Add test case from PR940.
llvm-svn: 30852
This commit is contained in:
parent
b2998e15f2
commit
2fc9d4f580
10
test/Regression/CodeGen/X86/2006-10-09-CycleInDAG.ll
Normal file
10
test/Regression/CodeGen/X86/2006-10-09-CycleInDAG.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
void %_ZN13QFSFileEngine4readEPcx() {
|
||||
%tmp201 = load int* null
|
||||
%tmp201 = cast int %tmp201 to long
|
||||
%tmp202 = load long* null
|
||||
%tmp203 = add long %tmp201, %tmp202
|
||||
store long %tmp203, long* null
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user