diff options
Diffstat (limited to 'test/CodeGen')
| -rw-r--r-- | test/CodeGen/ARM/fpconv.ll | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/test/CodeGen/ARM/fpconv.ll b/test/CodeGen/ARM/fpconv.ll index a2771fe..2385007 100644 --- a/test/CodeGen/ARM/fpconv.ll +++ b/test/CodeGen/ARM/fpconv.ll @@ -16,8 +16,10 @@  ; RUN: grep fixunssfsi %t  ; RUN: grep fixdfsi %t  ; RUN: grep fixunsdfsi %t -; RUN: grep floatdisf %t +; RUN: grep floatsisf %t  ; RUN: grep floatsidf %t +; RUN: grep floatunsisf %t +; RUN: grep floatunsidf %t  ; RUN: llvm-as < %s | llc -march=thumb  define float @f1(double %x) { | 
