diff options
Diffstat (limited to 'test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll')
-rw-r--r-- | test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll b/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll index d6a565a..a3e9004 100644 --- a/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll +++ b/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll @@ -5,6 +5,6 @@ @a = alias bitcast (i32* @g to i8*) define void @f() { - %tmp = load i8* @a + %tmp = load i8, i8* @a ret void } |