aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/bitcast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/bitcast.ll')
-rw-r--r--test/Transforms/ConstProp/bitcast.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Transforms/ConstProp/bitcast.ll b/test/Transforms/ConstProp/bitcast.ll
new file mode 100644
index 0000000..1fc2570
--- /dev/null
+++ b/test/Transforms/ConstProp/bitcast.ll
@@ -0,0 +1,3 @@
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 0x36A0000000000000
+
+%A = global float bitcast (int 1 to float)