diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-06-02 17:52:33 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-02 17:52:33 +0000 |
| commit | 009b1c42aa6266385f2c37e227516b24077e6dd7 (patch) | |
| tree | 64ba909838c23261cace781ece27d106134ea451 /test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll | |
Diffstat (limited to 'test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll')
| -rw-r--r-- | test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll b/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll new file mode 100644 index 0000000000000..15af046618f6e --- /dev/null +++ b/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll @@ -0,0 +1,12 @@ +; RUN: llvm-as < %s | llc -march=sparc + +define void @execute_list() { + %tmp.33.i = fdiv float 0.000000e+00, 0.000000e+00 ; <float> [#uses=1] + %tmp.37.i = mul float 0.000000e+00, %tmp.33.i ; <float> [#uses=1] + %tmp.42.i = add float %tmp.37.i, 0.000000e+00 ; <float> [#uses=1] + call void @gl_EvalCoord1f( float %tmp.42.i ) + ret void +} + +declare void @gl_EvalCoord1f(float) + |
