diff options
Diffstat (limited to 'test/Transforms/ConstProp/bitcast.ll')
-rw-r--r-- | test/Transforms/ConstProp/bitcast.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Transforms/ConstProp/bitcast.ll b/test/Transforms/ConstProp/bitcast.ll new file mode 100644 index 0000000000000..bf943c971f3ae --- /dev/null +++ b/test/Transforms/ConstProp/bitcast.ll @@ -0,0 +1,2 @@ +; RUN: llvm-as < %s | llvm-dis | grep 0x36A0000000000000 +@A = global float 0x36A0000000000000 ; <float*> [#uses=0] |