diff options
Diffstat (limited to 'test/Integer/fold-fpcast_bt.ll')
-rw-r--r-- | test/Integer/fold-fpcast_bt.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Integer/fold-fpcast_bt.ll b/test/Integer/fold-fpcast_bt.ll index 8e5f8386d7753..0ce776dbf8511 100644 --- a/test/Integer/fold-fpcast_bt.ll +++ b/test/Integer/fold-fpcast_bt.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | llvm-dis | not grep bitcast +; RUN: llvm-as < %s | llvm-dis | FileCheck %s +; CHECK-NOT: bitcast define i60 @test1() { ret i60 fptoui(float 0x400D9999A0000000 to i60) |