diff options
Diffstat (limited to 'test/Transforms/ConstProp/bitcast2.ll')
-rw-r--r-- | test/Transforms/ConstProp/bitcast2.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Transforms/ConstProp/bitcast2.ll b/test/Transforms/ConstProp/bitcast2.ll deleted file mode 100644 index 5c5eab1879c3a..0000000000000 --- a/test/Transforms/ConstProp/bitcast2.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: opt < %s -instcombine -S | not grep bitcast -; PR2165 - -define <1 x i64> @test() { - %A = bitcast i64 63 to <1 x i64> - ret <1 x i64> %A -} - |