diff options
Diffstat (limited to 'test/Assembler/2009-02-28-CastOpc.ll')
-rw-r--r-- | test/Assembler/2009-02-28-CastOpc.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Assembler/2009-02-28-CastOpc.ll b/test/Assembler/2009-02-28-CastOpc.ll index ee98d41..6035643 100644 --- a/test/Assembler/2009-02-28-CastOpc.ll +++ b/test/Assembler/2009-02-28-CastOpc.ll @@ -1,8 +1,7 @@ ; RUN: llvm-as < %s | llvm-dis -type i32 define void @foo() { - bitcast %0* null to i32* + bitcast i32* null to i32* ret void } |